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.