AWS region codes reference
An AWS Region is a physical cluster of data centres in one geographic area, each containing multiple isolated availability zones. Picking the right region affects latency, data-residency compliance and price. This reference maps every commercial AWS region code — like us-east-1 or ap-southeast-2 — to its location, continent, AZ count and whether it needs to be opted in.
How it works
Region codes encode three parts: a geography prefix (us, eu, ap, sa, ca, af, me, il), a sub-area (east, west, central, north, south, southeast, northeast), and a launch-order number. So ap-northeast-1 is Asia-Pacific, north-east area, first region — Tokyo.
Regions launched since 2019 are opt-in: they are disabled on new accounts and must be enabled before use. Older regions are enabled by default. Use the location and AZ count to choose for latency and resilience.
Tips and notes
- Default global control-plane endpoints often resolve to us-east-1 — keep it enabled.
- Pick the region nearest your users, but verify data-residency rules first (GDPR, etc.).
- Opt-in regions need explicit enabling and may not support every service at launch.
- AZ count matters for high availability — prefer a region with at least three AZs for production.