In AWS, what is an edge location?
Strategically placed AWS sites with smaller footprints (than AZs) which cache items so that users can access content with lower latency.
What is infrastructure as code (IaC)?
Infrastructure configurations defined in a declarative way and stored in a source control system.
A fundamental principle of DevOps is to treat infrastructure the same way developers treat _________.
What is a benefit of infrastructure as code (IaC)?
consistent deployments
What is CloudFormation?
An IaC service that you can use to define a wide variety of AWS resources in a declarative way by creating text-based documents called CloudFormation templates.
What does CloudFormation do with a template?
Parses the template and then provisions the resources it defines, calling the needed AWS APIs in the background.
What are 4 key considerations when choosing an AWS Region?
Why is Compliance a consideration in picking an AWS region?
Geographic regions may be subject to regulatory requirements and data protection laws defined by governments. This may mean deploying applications in a specific AWS region that meets those laws and requirements.
Why is proximity to users a consideration in picking an AWS region?
Regions closer to your users minimizes data travel time, i.e. latency.
Why is Feature Availability a consideration in picking an AWS region?
AWS is constantly expanding features and services to multiple locations, but not all Regions contain all AWS offerings.
Why is Pricing a consideration in picking an AWS region?
Some Regions have lower operational costs (tax laws, regulations) than others which affects AWS rates.
What is a redundant architecture?
One that enables you to move processing from a failed environment to a working environment with minimal downtime.
How can AWS’ Global Infrastructure be leveraged to build redundant architectures?
By deploying to multiple Availability Zones within a Region AND by deploying to multiple Regions.
What is high availability?
The capability of a system to operate continuously without failing, i.e.applications can handle the failure of individual components without significant downtime.
In the context of commercial software deployments, what is agility?
The ability to quickly adapt software products to changing requirements or market conditions.
What is Elasticity?
The ability of a system to scale resources up or down automatically in response to changes in demand.
How does AWS’ Global Infrastructure facilitate high availability?
By providing geographically dispersed Regions, and multiple Availability Zones within each Region. The AWS cloud spans 120 Availability Zones within 38 Geographic Regions.
As of Nov 26, 2025.
What is the AWS Global Edge Network?
AWS infrastructure, called edge locations, deployed in population centers outside of AWS regions for the purpose of providing low-latency access to AWS services and content delivery (for users close to the edge location.)
What is a Content Delivery Network (CDN)?
A geographically distributed system of servers that speeds up the delivery of web content to users by caching it closer to their physical location.
What is Amazon CloudFront?
A Content Deliver Network (CDN) and caching system that speeds up distribution of static and dynamic web content, such as .html, .css, .js, and image files. CloudFront delivers content through a worldwide network of data centers called edge locations.
What happens when a user requests content being served from CloudFront?
The request is routed to the edge location that provides the lowest latency (time delay), so that content is delivered with the best possible performance.
What are some other AWS services hosted on edge locations?
AWS Global Accelerator and Amazon Route 53
What is AWS Global Accelerator?
AWS Global Accelerator is a network layer service in which you create accelerators to improve the performance of your applications for local and global users. Traffic travels over the well-monitored, congestion-free, redundant AWS global network to the endpoint. By maximizing the time that traffic is on the AWS network, Global Accelerator ensures that traffic is always routed over the optimum network path.
in AWS Global Accelerator
How does a “standard accelerator” work?
Global Accelerator directs traffic over the AWS global network to endpoints in the nearest Region to the client.