AWS Cloud Practitioner Flashcards
(182 cards)
What are the 6 advantages of the cloud?
- Trade capital expense for variable expense
- Benefit from massive economies of scale
- Stop guessing about capacity
- Increase speed and agility
- Stop spending money running and maintaining data centers
- Go global in minutes
What are the 3 types of cloud computing?
- Infrastructure as a service (IAAS)
- Platform as a service (PAAS)
- Software as a service (SAAS)
What is IAAS?
Infrastructure as a service
What is PAAS?
Platform as a service
What is SAAS?
Software as a service
What are the 3 types of cloud computing deployments?
Public, Hybrid, and Private cloud
What is an AWS region?
A region is a physical location in the world which consists of two or more AZs
What is an AZ?
An AZ is an availability zone which is one or more discrete data centers, each with redundant power, networking, and connectivity, housed in separate facilities
What is an edge location?
Edge locations are endpoints for AWS which are used for caching content. Typically consists of CloudFront, Amazon’s Content Delivery Network
What is a CDN?
Content Delivery Network
What is Amazon’s CDN called?
CloudFront
Why should you choose a specific AWS region?
- Data sovereignty laws
- Latency to the majority of end users
- AWS services available in certain regions
What are the different AWS support packages?
- Basic
- Developer
- Business
- Enterprise
How much is the Basic support package?
Free
How much is the Developer support package?
Starts at $29/mo and scales up with usage
How much is the Business support package?
Starts at $100/mo and scales up with usage
How much is the Enterprise support package?
Starts at $15k/mo and scales up with usage. Also includes a Technical Account Manager (TAM)
What does IAM stand for?
Identity Access Management
Is IAM a regional or global service?
Global
What are the 3 ways to access the AWS platform?
- Via the console
- Programmatically via the command line
- Using a Software Development Kit (SDK)
The root account has what kind of access? What is an additional security measure you should add to the root account?
- Full admin access
- 2FA or MFA
What is an IAM Group? What do the things in this group inherit?
- A place to store your users
- Users in a group inherit all permissions applied to the group
IAM Group policies are written in what?
JSON
How many users should be created for each person in a company?
Only one. One user, one human.