Want to save your progress?
Create a free account to track your lessons and quizzes across devices.
Register Login
« Back to ClassCompleted: 0%

Global Infrastructure: Regions & AZs

Page 1 of 1


Regions vs. Availability Zones

The most fundamental concept in AWS is its global footprint.

  • Region: A separate geographic area (e.g., us-east-1 in N. Virginia, eu-west-1 in Ireland). Each region is completely independent. If the US region goes down, the EU region is unaffected. You choose a region based on compliance (data sovereignty) and latency (closeness to users).
  • Availability Zone (AZ): Within each Region, there are multiple isolated locations known as Availability Zones. An AZ consists of one or more discrete data centers with redundant power and networking.

High Availability (HA): To build a reliable app, you deploy it across multiple AZs. If one data center fails (flood, power cut), your app keeps running in the other AZ.