DevTools Hub

Search tools

Search for a developer tool

AWS

AWS Region Explorer

Search every AWS Region by code, name, or country — AZ count, opt-in status, partition.

Part of the AWS Toolkit

38 of 38 regions

CodeNameGeographyAZsOpt-inPartition
us-east-1US East (N. Virginia)United States6Not requiredaws
us-east-2US East (Ohio)United States3Not requiredaws
us-west-1US West (N. California)United States3Not requiredaws
us-west-2US West (Oregon)United States4Not requiredaws
af-south-1Africa (Cape Town)South Africa3Requiredaws
ap-east-1Asia Pacific (Hong Kong)Hong Kong3Requiredaws
ap-south-2Asia Pacific (Hyderabad)India3Requiredaws
ap-southeast-3Asia Pacific (Jakarta)Indonesia3Requiredaws
ap-southeast-5Asia Pacific (Malaysia)Malaysia3Requiredaws
ap-southeast-4Asia Pacific (Melbourne)Australia3Requiredaws
ap-south-1Asia Pacific (Mumbai)India3Not requiredaws
ap-southeast-6Asia Pacific (New Zealand)New Zealand3Requiredaws
ap-northeast-3Asia Pacific (Osaka)Japan3Not requiredaws
ap-northeast-2Asia Pacific (Seoul)South Korea4Not requiredaws
ap-southeast-1Asia Pacific (Singapore)Singapore3Not requiredaws
ap-southeast-2Asia Pacific (Sydney)Australia3Not requiredaws
ap-east-2Asia Pacific (Taipei)Taiwan3Requiredaws
ap-southeast-7Asia Pacific (Thailand)Thailand3Requiredaws
ap-northeast-1Asia Pacific (Tokyo)Japan4Not requiredaws
ca-central-1Canada (Central)Canada3Not requiredaws
ca-west-1Canada West (Calgary)Canada3Requiredaws
eu-central-1Europe (Frankfurt)Germany3Not requiredaws
eu-west-1Europe (Ireland)Ireland3Not requiredaws
eu-west-2Europe (London)United Kingdom3Not requiredaws
eu-south-1Europe (Milan)Italy3Requiredaws
eu-west-3Europe (Paris)France3Not requiredaws
eu-south-2Europe (Spain)Spain3Requiredaws
eu-north-1Europe (Stockholm)Sweden3Not requiredaws
eu-central-2Europe (Zurich)Switzerland3Requiredaws
il-central-1Israel (Tel Aviv)Israel3Requiredaws
mx-central-1Mexico (Central)Mexico3Requiredaws
me-south-1Middle East (Bahrain)Bahrain3Requiredaws
me-central-1Middle East (UAE)United Arab Emirates3Requiredaws
sa-east-1South America (São Paulo)Brazil3Not requiredaws
us-gov-west-1AWS GovCloud (US-West)United States3Requiredaws-us-gov
us-gov-east-1AWS GovCloud (US-East)United States3Requiredaws-us-gov
cn-north-1China (Beijing)China3Requiredaws-cn
cn-northwest-1China (Ningxia)China3Requiredaws-cn

What this tool does

A searchable reference for every current AWS Region — its code, full name, geography, Availability Zone count, whether it needs to be opted into, and which partition it belongs to. Data is verified against AWS's own Regions table.

Opt-in regions

Regions launched after March 2019 aren't enabled by default — you have to turn them on for your account before you can use them. This matters for ARNs and API calls too: a request to an opt-in Region you haven't enabled fails, even with otherwise-correct credentials and permissions. If something is failing against a newer Region like ap-southeast-4 or eu-central-2, check whether the Region is actually enabled on the account before looking anywhere else.

Partitions

Almost every Region belongs to the standard aws partition. Two small, fully separate groups exist outside it: aws-us-gov (AWS GovCloud, US government workloads) and aws-cn (the China Regions, operated by local partners under a separate account system). Credentials, ARNs, and consoles don't cross between partitions — an ARN starting arn:aws-cn:... is meaningless to a standardaws account, and vice versa.

FAQ

Why does an ARN I have show an empty region field?

Some services are global and don't have a Region at all — IAM, S3 bucket-level actions, Route 53, and CloudFront are the common ones. See ARN Parser for a full breakdown of a specific ARN.

Does this show Availability Zone IDs or Local Zones?

No — this covers Regions only, with a total AZ count per Region. Local Zones and Wavelength Zones are separate, smaller extensions of a Region with their own naming scheme, not covered here.

Is this list live, pulled from an AWS API?

No — it's a static, periodically-updated reference, and nothing you search here leaves your browser. For your account's actual enabled Regions, check the AWS Console or run aws account list-regions in the CLI.

Related tools