Global Infrastructure and Reliability Flashcards
What two factors are most important when selecting an AWS region?
- Compliance with data governance and legal requirements.
- Proximity to customers
What is an Availability Zone?
One or more data centers within a region.
How many Availability Zones are in a Region?
Usually three, located roughly 10 miles apart, to keep latency low while insuring that if a disaster strikes one, the others are most likely to be unaffected.
What does CDN stand for?
Content Delivery Network
What is Amazon Cloudfront?
A CDN that helps deliver data, video, applications, and APIs to customers around the world with low latency and high transfer speeds.
What is an Edge location?
A location outside a Region that is close to customers.
What DNS does Amazon use?
Amazon Route 53 helps direct customers to the correct web locations with reliably low latency.
Can AWS help you run services in your own building?
Yes, with AWS Outpost. AWS will basically install a fully operational mini Region, right inside your own data center. That’s owned and operated by AWS, using 100% of AWS functionality, but isolated within your own building.
What are some things you can do with AWS Management Console?
Quickly access recently used services
Search for other services by name, keyword, or acronym.
The console includes wizards and automated workflows that can simplify the process of completing tasks.
You can also use the AWS Console mobile application to perform tasks such as monitoring resources, viewing alarms, and accessing billing information.
What can you do with AWS CLI?
The Command Line Interface lets you save time when making API requests
If I provide code and configuration settings, what service can help me deploy resources?
Amazon Elastic Beanstalk can help with:
Adjust capacity
Load balancing
Automatic scaling
Application health monitoring
What can I do with AWS CloudFormation?
Build an environment by writing lines of code instead of using the AWS Management Console to individually provision resources.
CloudFormation lets you repeatedly provision resources