Skip to content

Chapter 2 of 8

AWS Global Infrastructure

The AWS Global Infrastructure is the physical foundation that supports every service in the cloud. It is built from three layered building blocks: Regions, Availability Zones, and Edge Locations, with more than fifty-four Regions, one hundred seventy Availability Zones, and over four hundred Edge Locations spread across the globe. Together, these components give customers the ability to run workloads close to their users, meet local data residency requirements, and recover quickly from disasters by failing over to other locations.

An AWS Region is a geographic area that contains multiple isolated Availability Zones. Each Region is independent of every other Region, and AWS customers choose a Region based on factors such as latency, compliance, and cost. Within a Region, an Availability Zone, or AZ, is an isolated location made up of one or more data centers. AZs have independent power, cooling, and networking so that a failure in one AZ does not affect the others. By placing resources across multiple AZs in the same Region, applications can achieve high availability and tolerate the loss of an entire data center.

Edge Locations sit at the outermost layer of the AWS network and serve as endpoints for services such as CloudFront and Route 53. They are designed to cache content close to end users, which dramatically reduces latency for web traffic and DNS resolution. While Regions and Availability Zones are best suited for running applications and storing data, Edge Locations exist specifically to accelerate content delivery and improve the user experience. Together, these three layers form a global platform that supports everything from small websites to enterprise-scale, multi-region deployments.

All chapters
  1. 1Foundations of Cloud Computing and AWS
  2. 2AWS Global Infrastructure
  3. 3Security, Identity, and Governance
  4. 4Core Compute Services
  5. 5Networking in AWS
  6. 6Storage and Databases
  7. 7Monitoring, Messaging, and Application Services
  8. 8Pricing, Optimization, and Best Practices

Drill it

Reading is not remembering. These come from the AWS Cloud Fundamentals deck:

Q

What is AWS?

Amazon Web Services (AWS) is a comprehensive, secure, and scalable cloud computing platform provided by Amazon, offering over 200 fully featured services from d...

Q

What are the main benefits of using AWS cloud?

AWS provides benefits like agility, scalability, elasticity, global reach, pay-as-you-go pricing, security, and high reliability through its global infrastructu...

Q

What is cloud computing?

Cloud computing is the on-demand delivery of IT resources over the internet with pay-as-you-go pricing, instead of buying, owning, and maintaining physical data...

Q

What are the three main cloud service models?

The models are Infrastructure as a Service (IaaS) for virtualized computing resources, Platform as a Service (PaaS) for development platforms, and Software as a...