AWS Components Flashcards
What is a Region?
A geographic location with a cluster of data centers
(31 Regions as of June 2023)
What is an Availability Zone?
one or more data centers with redundant power, networking, and connectivity in an AWS Region.
Multiple AZs exist in each Region.
(99 Availability Zones as of June 2023)
Describe the pieces of the name ‘us-east-2a’
‘us-east-2’ -> Region name
‘us-east-2a’ -> Availability Zone Name
What is an AWS Local Zone?
Infrastructure deployment placing select AWS services close to large population and industry centers.
An extension of a Region for faster communication.
What is a Wavelength Zone?
Infrastructure deployment embedding AWS services within 5G networks.
What is a Point of Presence?
Global infrastructure outside of AWS Regions.
Used by specific services to deliver content as quickly as possible.
Edge Locations and Regional Edge Caches
What is an Edge Location
A node in a global Content Delivery Network
Utilized by CloudFront and Route 53
(400+ as of June 2023)
What is a Regional Edge Cache?
A type of Edge Location with larger cache that sits between the origin webserver and the edge locations to offer closer cache of popular objects.
Reduces the need for CloudFront (CDN) to go back to the origin server.
What is the Cost Explorer?
UI for exploring your AWS costs
Can breakdown by service or by cost tag
Can view top cost consuming services
Predicts next 3 months
Gives recommendations for cost optimization
Accessible by API
What is AWS Pricing Calculator?
In-depth analysis of cost of utilizing multiple AWS services
Used for estimating future workloads
What are AWS Resource Tags?
Metadata assigned to specific AWS resources as a key-value pair (such as Department, Environment, Project, etc)
Allows for Cost Allocation reporting in AWS Cost Explorer
What is AWS Organizations?
Allows managing multiple accounts under a single master account
Allows Consolidated Billing for all accounts
Enables centralized logging and security standards across accounts
What is AWS Support?
Different tiers of support from AWS resources
Includes tools for automated answers and recommendations
What is AWS Personal Health Dashboard?
Alerts and remediation guidance when AWS is experiencing events that may impact you
What is AWS Trusted Advisor?
Automated tool to check your AWS usage against best practices
Different checks depending on the AWS Support plan tier
All AWS customers get 7 core checks
What are the categories of AWS Trusted Advisor recommendations?
- Cost Optimization
- Performance
- Security
- Fault Tolerance
- Service Quotas
What are the AWS Support plan tier differences?
- Communication Method
- Response Time
- Cost
- Type of Guidance Offered
What is provided in AWS Basic Support plan tier?
For all AWS customers
- Trusted Advisor 7 core checks
- 24x7 access to customer service, documentation, forums, whitepapers
- Access to AWS Personal Health Dashboard
- No monthly cost
What is provided in AWS Developer Support plan tier?
All Basic Support features plus:
- Business hours email access to support engineers
- 1 primary contact
- <24 hr response for guidance, <12 hr response for system impaired
- $29 per month or 3% AWS usage
What is provided in AWS Business Support plan tier?
All Developer Support features plus:
- Full set of Trusted Advisor checks
- 24x7 phone, email, chat access to support engineers
- Unlimited contacts
- 3rd party software support
- <4 hr response for production system impaired, <1 hr response for production system down
- $100 per month or variable percentage of AWS usage
What is provided in AWS Enterprise Support plan tier?
All Business Support features plus:
- Technical Account Manager (TAM)
- concierge support team
- <15 minute response for critical system down
- $15,000 per month or variable percentage of AWS usage
What assistance does AWS offer for cloud workloads?
- AWS Quick Starts (step-by-step deployment instructions)
- AWS Partner Consulting Partners (3rd party consultants)
- AWS Professional Services (AWS employees as consultants)
How do you interact with AWS services?
- Console (web and mobile access)
- CLI (requires access key, good for scheduled jobs)
- SDK (many common languages such as Java, .NET, Node.js, JavaScript, PHP, Python, etc)
What are the EC2 Purchase Types?
- On-demand (pay per second)
- Reserved (pay in advance - All/Partial/No Upfront)
- Savings Plans (commit to level of usage)
- Spot (leverage unused capacity in region)
- Dedicated (dedicated physical server)
What are the S3 Storage Classes?
- Standard (default for frequently used data)
- Intelligent-Tiering (move to correct storage based on usage)
- Standard - IA (infrequently accessed data)
- One Zone Infrequent (infrequently accessed data in one Availability Zone)
- Glacier (archive storage at different tiers:
- Instant Retrieval (ie. Medical images or news media)
- Flexible Retrieval (ie. backup and DR needs)
- Deep Archive (ie. long-term storage for compliance))
What is S3 Transfer Acceleration?
A per bucket feature to optimize uploading of data using AWS Edge Locations as part of CloudFront