Availability Zone

Definition

A physically separate data center within a cloud region with independent power and cooling, connected to peer AZs for fault-isolated redundancy.

Use Cases

Provider Equivalents

Frequently Asked Questions

What's the difference between an Availability Zone and a Region?
A Region is a larger geographic area (like a metro area or country/area) that contains multiple isolated locations. An Availability Zone (AZ) is one of those isolated locations—typically one or more data centers with independent power, cooling, and networking. You use multiple AZs inside one Region to survive a data-center-level failure without moving to a different geography.
When should I use multiple Availability Zones?
Use multiple AZs when the application must stay online during a data center outage or when you need to perform maintenance with minimal downtime. Common cases include production web apps, APIs, and databases that require high availability. For dev/test or non-critical batch jobs, a single AZ may be acceptable if downtime is tolerable.
How much does using multiple Availability Zones cost?
There is no separate fee just to 'use an AZ,' but costs often increase because you run duplicate resources (for example, instances in two AZs) and may pay for cross-AZ data transfer. Pricing depends on the provider and service: compute and database replicas add hourly charges, and network traffic between AZs can add per-GB costs. The main cost drivers are redundancy (more resources) and cross-zone traffic volume.

Category: cloud

Difficulty: intermediate

Related Terms

See Also