Cloud Regions and Availability Zones Explained (2026)
Last verified: June 17, 2026 · Format: Breakdown
Cloud regions and availability zones are the two words you meet on the very first screen of any cloud console, usually before you have built anything at all. A drop-down asks where you want to run, and the honest answer is that most people pick the nearest city and move on. That works until it does not: until an outage takes a data center offline, or a customer asks where exactly their records live. This breakdown explains what those terms mean, how AWS, Azure, and Google Cloud organize their global infrastructure, and why data residency turns a technical choice into a legal one.
We will keep it plain and practical: the difference between a region, a zone, and an edge location; how the three big providers count and structure theirs; what "zone-redundant" actually buys you; and what residency and GDPR ask of you. Infrastructure counts below are reported by each provider and were checked on June 17, 2026. These numbers move month to month, so confirm the current figures on the provider's own page before you design around them.
Region vs availability zone vs edge location
Region, availability zone, and edge location describe three different scales of cloud geography, and mixing them up leads to real mistakes. Start with the largest and work down.
Region: a geographic area you choose
A region is an independent geographic area, usually named for a city or area such as US East or West Europe, that contains multiple physically separate locations. When you deploy something to the cloud, the region is the first decision you make, and it sets the physical place where your data and compute live. Regions are isolated from one another by design, so a problem in one region does not cascade into another. That isolation is also what makes the region the unit that matters for data residency.
Availability zone: isolated infrastructure inside a region
An availability zone (AZ) is one or more physically separate data centers within a region, each with its own independent power, cooling, and networking. Zones inside a region are close enough for fast, low-latency links but far enough apart that a fire, flood, or power failure in one is unlikely to affect another. This is the core idea behind cloud resilience: you spread an application across two or three zones so the loss of a single data center does not take your service down. A region with three availability zones gives you three isolated failure domains to build across.
Edge location and point of presence: caching near users
An edge location, also called a point of presence (POP), is not where your application runs. It is a smaller facility, usually part of a content delivery network, that caches and serves content close to end users to cut latency. AWS reports more than 750 CloudFront points of presence as of June 17, 2026, far more than its regions, precisely because edge sites are about speed of delivery rather than where your workload and database live. Keep the distinction clear: regions and zones are where you compute and store; edge locations are how you deliver fast.
A simple mental model: the region is the city you build in, the availability zone is one of several independent buildings in that city, and the edge location is a delivery locker near your customer. You choose the city, you spread across the buildings, and the lockers just make delivery quick.
How AWS, Azure and Google Cloud structure regions and zones
All three major providers share the same region-and-zone model, but they count and describe it differently. The table below is a snapshot taken on June 17, 2026 from each provider's own infrastructure page; treat the totals as a moment in time, because every provider adds capacity continuously.
| Provider | Region model | Availability zones | Edge presence |
|---|---|---|---|
| AWS | 39 launched | 123 (3+ per region) | 750+ CloudFront POPs |
| Microsoft Azure | Regions with AZs | 3 per AZ-enabled region (typical) | Edge / front-door POPs |
| Google Cloud | Multiple regions | 3+ zones per region | POPs / edge cache |
Counts are vendor-reported and change frequently. Verify on each provider's infrastructure page (linked below) before planning.
AWS: regions, AZs, and extra zone types
AWS reports 123 availability zones across 39 launched regions as of June 17, 2026, with at least three availability zones in every region and further regions announced, including Saudi Arabia and Chile. Alongside standard zones, AWS offers Local Zones (43 of them) that place compute closer to large population centers for latency-sensitive work, and Wavelength Zones (33) that sit inside telecom networks for mobile edge use. For workloads that must stay on-premises, AWS Outposts extends the same APIs into your own data center. For the wider AWS picture, see our AWS guides.
Azure: availability zones and update discipline
Microsoft Azure builds regions from availability zones that are physically separated, usually within about 100 kilometers of each other. Microsoft targets an inter-zone round-trip latency of under roughly 2 milliseconds and does not charge for data transfer between availability zones inside the same region, which removes a common cost objection to spreading across zones. Azure also rolls platform updates one availability zone at a time, so a maintenance event never hits every zone in a region at once. Our Azure guides go deeper on building zone-redundant services.
Google Cloud: zones and multi-regional services
Google Cloud structures each region as a set of zones, typically three or more in three or more data centers, and states an intent to provide a minimum of three distinct zones in general-purpose regions. A few newer regions, such as Stockholm, Mexico, Osaka, and Montreal, started in one or two data centers and are expanding. Google also offers multi-regional services, where products like Spanner, Firestore, and Cloud Storage replicate across regions so the workload survives the loss of an entire region. See our Google Cloud guides for service-level detail.
Zonal vs zone-redundant vs multi-regional
Once you understand zones, the next question is how your service uses them, because that choice decides what an outage actually costs you. Providers use three broad patterns, and Azure's naming captures them cleanly.
| Pattern | What it means | Who manages failover | Survives loss of |
|---|---|---|---|
| Nonzonal / regional | Resource lives in the region with no specific zone pinned | Provider (no zone guarantee) | Individual hardware, not a full zone |
| Zonal | You pin a resource to one chosen availability zone | You (you add redundancy yourself) | Nothing automatically; one zone down can stop it |
| Zone-redundant | Resource is spread across multiple zones automatically | Provider (spreads and fails over) | A single availability zone |
| Multi-regional | Data replicates across separate regions | Provider / service | An entire region |
The practical reading is straightforward. A zonal deployment gives you control and locality but puts the redundancy work on you: if you pick one zone and that zone goes down, so does your resource unless you built a standby elsewhere. A zone-redundant deployment hands that work to the provider, which spreads the resource across zones and fails over automatically, so the loss of one availability zone is a non-event. Because Azure does not charge for in-region inter-zone transfer and targets sub-2-millisecond latency between zones, zone-redundant is often the sensible default for production services that need to stay up.
Above the zone sits the region. Multi-regional services such as Google Cloud's Spanner, Firestore, and Cloud Storage replicate data across regions so a workload survives the loss of an entire region, not just one zone. That resilience is the strongest tier available, and it is also where cost, latency, and, crucially, data residency come back into the conversation, because replicating across regions can mean replicating across borders.
Data residency, data sovereignty and GDPR
Here is where the region drop-down stops being a performance decision and becomes a compliance one. Data residency means that data is stored within a defined geographic boundary, such as a country or the European Union. Data sovereignty goes further: it holds that data is subject to the laws of the place it sits. Because a region is a fixed geographic area, the region you choose is the lever that controls both.
Under the EU's General Data Protection Regulation (GDPR), personal data about people in the EU often needs to stay in EU regions or be transferred only under specific safeguards. The important point for builders is responsibility: the cloud provider operates regions in many countries, but you are the one who chooses where your data is stored. Picking a Frankfurt or Stockholm region instead of a US region is, in practice, how a customer keeps EU personal data in the EU. Providers also offer dedicated tools for stricter cases, such as AWS Dedicated Local Zones, Azure's in-region multi-AZ deployments, and Google Cloud's Sovereign Controls offered with partners.
This is general information, not legal advice. Residency and sovereignty rules vary by jurisdiction, data type, and contract, and they change. For decisions that carry legal or regulatory weight, confirm the specifics on the provider's own compliance and GDPR pages and consult a qualified professional before you rely on any single setting.
How to choose a region
With the vocabulary in place, the region choice becomes a short checklist rather than a guess. Weigh these four factors, roughly in this order, for most workloads.
- Compliance and residency first. If any law or contract requires data to stay in a country or bloc, that constraint eliminates regions before anything else does. Start here, not last.
- Latency to your users. Among the regions that satisfy residency, pick the one closest to the people or systems that call your service. Closer regions mean lower round-trip time.
- Service and feature availability. Not every service or instance type ships in every region on day one. Confirm the specific products you need are available in the region you want.
- Cost. Prices differ by region for the same service. Once compliance, latency, and availability are satisfied, cost is a reasonable tiebreaker, but it should rarely override the first three.
Then, inside that region, choose your resilience pattern: spread production services across multiple availability zones (zone-redundant) so a single data center failure is survivable, and reserve multi-regional replication for the workloads whose loss you genuinely cannot tolerate. If the cloud model itself is still new to you, our explainer on what cloud computing is sets the groundwork, and the cloud shared responsibility model explains where your obligations begin and the provider's end.
New to the cloud and want the bigger picture first? Regions and zones make the most sense once the basics click. Read what cloud computing is for the foundation, then explore a provider in depth with our AWS guides. Both pair naturally with this breakdown.
Who should care about regions and zones
Cloud regions and availability zones sound like an infrastructure detail, but they touch several roles differently. Here is how the main groups should read this.
The people staring at the region drop-down. The key habit is to pick a region deliberately for latency and residency, then spread workloads across availability zones rather than pinning everything to one.
Takeaway: choose region, spread zonesOwners of resilience and uptime. They decide zonal versus zone-redundant per service and reserve multi-regional replication for the workloads whose loss would be unacceptable.
Takeaway: match pattern to blast radius (how much goes down when one part fails)Stakeholders in where data physically rests. They translate residency and sovereignty rules into allowed regions and confirm provider compliance commitments against the obligations they carry.
Takeaway: residency narrows the region listWatchers of cloud spend. Because price varies by region and cross-region traffic can add up, they care that region choice is made on compliance and latency first, with cost as a tiebreaker.
Takeaway: cost is a tiebreaker, not the leadWhat to watch with regions and zones
The model behind cloud regions and availability zones is clean, but a few traps catch people in practice. None of these are reasons to avoid the cloud; they are reasons to design with clear eyes.
Region, zone, and edge totals are vendor-reported and rise almost every month. The figures here were verified on June 17, 2026. Always confirm current numbers on the provider's own global-infrastructure page before you design around a specific count.
Pinning a production resource to one availability zone (a zonal deployment) means a single data center event can take it down. If uptime matters, prefer zone-redundant patterns so the provider spreads and fails over across zones for you.
The provider runs regions worldwide, but choosing where your data lives is on you. A wrong region choice can put regulated data outside its required boundary. Treat residency as a design constraint, confirm it on the provider's compliance pages, and seek qualified advice for legal questions.
Newer regions can launch with fewer data centers and a narrower service catalog, and some products appear in major regions first. Verify that the exact services and instance types you need exist in your chosen region before committing.
Frequently Asked Questions
Go Deeper
Resources from across Tech Jacks Solutions
Cloud Tools Hub
Browse our cloud foundations and provider guides, by topic and platform
Glossary
Plain-language definitions for cloud and infrastructure terms used here
FREEGovernance Charter
Set data-residency and cloud rules before workloads scale across teams
EU AI Act Overview
How EU regulation frames data location and cross-border processing