AWS Compare High-frequency comparison

Region, AZ, Edge, Global, and Regional Scope

Region, Availability Zone, Edge, Global and Regional Scope

compareRegionAvailability ZoneAWS
Last organized

A single comparison of AWS geographic layers, service scope, and resource placement.

In one sentence

Regions and AZs describe placement and failure isolation, Edge describes nearby user entry points, and Global / Regional / Zonal describe service and resource scope.

Comparison

ConceptMeaningTypical examples
RegionAn independent geographic area containing multiple AZsap-northeast-1
Availability ZoneA failure-isolation boundary made of one or more discrete data centersMulti-AZ designs
Edge Location / PoPAn edge network site near end usersCloudFront, Route 53, Global Accelerator
Global ServiceManagement is not centered on one selected RegionIAM, Route 53, CloudFront
Regional ServiceResources and operations belong to one RegionDynamoDB, SQS
Zonal ResourceA resource placed in a specific AZEC2, EBS, Subnet

Key boundaries

  • A VPC is regional while a subnet is zonal.
  • EC2 is viewed by Region, but an instance lives in an AZ.
  • A globally unique S3 bucket name does not make the bucket a global resource.
  • Switching the console Region can make regional resources disappear from the list without deleting them.
  • Choose a Region by compliance, latency, service availability, then price.

Exam traps

Multi-AZ is not Region-level disaster recovery, Multi-Region does not automate replication or failover, and an Edge Location is neither an AZ nor a normal EC2 deployment location.