AWS is a GLOBAL cloud. Understanding WHERE your resources live is critical for designing systems that are fast for users worldwide and survive data center failures.
A Region is a geographic area containing AWS data centers — for example us-east-1 (North Virginia), eu-west-1 (Ireland), ap-southeast-1 (Singapore). Choose a region based on:
Each Region has 3-6 Availability Zones. Each AZ is one or more separate data centers with independent power, cooling, and networking. If one AZ catches fire, the others keep running.
Region: us-east-1 (North Virginia)
AZ: us-east-1a <-- separate building
AZ: us-east-1b <-- separate building
AZ: us-east-1c <-- separate building
Always deploy across at least 2 AZs for high availability!
400+ global locations used by CloudFront CDN and Route 53 DNS. They cache content close to users so a student in Mumbai gets fast responses from a server hosted in the US.
| Component | Count | Purpose |
|---|---|---|
| Regions | 33+ | Full AWS services available |
| Availability Zones | 105+ | Fault-isolated data centers within a Region |
| Edge Locations | 400+ | CloudFront CDN and Route 53 DNS caching |