Cloud Practitioner Flashcards
Study guide to AWS Certification
define what the AWS cloud is.
on demand delivery of IT resources and applications via the internet
What are the benefits of Cloud services?
Reduce risk, scalablility, agile
How does Cloud computing reduce risks?
Being Agile and being able to learn and adapt quickly to change
How do you reduce your security risks?
Test often, patch quickly, and respond to incidences at lightning speeds.
What does scalablity mean in AWS terms?
Resize your resources as necessary
What does scalablity mean in AWS terms?
Resize your resources as necessary
How does Cloud computing increase agility?
3 main factors in agility: increasing speed, ease of experimentation, cultivating culture of innovation
Where are aws buildings
all over the world
What does elasticity mean in AWS terms?
ability to scale up or down resources easily. Quickly deploy application or shut down.
What does reliablity mean in AWS terms?
Ability to recover from infrastructure or service failures. Mitigate disrubtions
How to make your resources maintain reliability?
Store your instances in multiple different aws availability zones instead of only one zone where if disaster occurred then all your resources are also down.
What does fault tolerance mean?
means a system can remain functional even if some of its components fail. built in redundancy
What is AWS data security
users have complete ownership of their own data.. and also how you handle encryption and who holds the encryption keys. and regional data compliance requirements
Why is AWS security world class?
electronic surveillance,
multi-factor access controls, 24/7 security guards, access strictly regulated. minimize disruptions to systems, availability zones allow users to remain resilient.
What cloud based products does AWS offer?
Compute, Storage, Databases, Analytics, Networking, Mobile, Developer tools, Management tools, IOT (internet of things), security, and enterprise applications
How does the AWS products help users?
Mover faster, Lower IT costs, and scale
list 6 aws core services
Amazon Elastic Cloud Compute (EC2), Amazon Elastic Block Store (EBS), Amazon Simple Storage Service (S3), AWS Global Infrastructure, Amazon Virtural Private Cloud (VPC), Security Groups.
What is EC2?
Elastic Compute Cloud
What does Compute refer to in EC2?
represents the servers, ie, application servers, Web servers, database servers, game servers, mail servers, media servers, catalog servers, file server, computing server, proxy server, ect.
What does Cloud refer to in EC2?
the fact that these are cloud hosted services
What does Elastic refer to in EC2?
the scalablity if properly configured, and it will do so automatically depending on the needs at the moment
what are the “servers “ AWS provides reffered to as?
Amazon EC2 Instances
What are instances?
They are pay as you go, have a broad selection of HW/SW, available global hosting
What are the steps to build and configure and EC2 instance?
Login in to AWS, Console, Choose a region, Launch EC2 Wizard, Select AMI (SW), Select instance type, (HW) Configure network, Configure storage, Configure Key pairs, Then finally launch and connect to it.