Cloud Region Reference

AWS, GCP and Azure region codes with geographic locations.

Searchable reference of AWS, Google Cloud and Azure region codes mapped to their cities and geographic areas, so you can match an opaque region identifier to a real-world location.

Where is AWS us-east-1?

us-east-1 is AWS's Northern Virginia region in the United States. It is the oldest and largest AWS region and the default for many global services and the AWS console, which is why it appears in so many examples and IAM/global endpoints.

Decode an opaque cloud region code

Cloud providers identify their data-centre regions with short codes that do not always reveal where they are. This reference maps the most-used AWS, Google Cloud and Azure region codes to their real cities and geographic areas, so you can tell at a glance that eu-west-2, europe-west2 and uksouth all sit in London.

How it works

Each provider follows its own naming scheme:

AWS    eu-west-2          area-direction-number   -> London, UK
GCP    europe-west2       continent-direction-num -> London, UK
Azure  uksouth            descriptive word        -> London, UK

A region groups several availability zones — physically separate data centres with independent power, cooling and networking. You spread workloads across zones within a region for resilience, and across regions for global reach or disaster recovery.

Tips and notes

  • Choose the region nearest your users to cut round-trip latency.
  • Verify the region supports the specific services and instance types you need — newer regions sometimes lag on feature availability.
  • Respect data-residency rules: keep regulated data in a region within the required jurisdiction.
  • Prices differ between regions for the same service, so factor cost into the decision for compute- or egress-heavy workloads.