Zone Redundancy
Definition
Zone redundancy replicates data across multiple availability zones within a region, providing protection against data center failures and enhancing
Use Cases
- Netflix: Highly available storage for media assets and application data supporting streaming operations — Uses Amazon S3 as a core storage layer and designs for regional resilience by relying on S3’s multi-facility replication within a region and building services to tolerate infrastructure failures (Improved service continuity during infrastructure disruptions and reduced risk of data loss from single data center failures)
- Adobe: Durable storage for digital content and customer assets in cloud-based creative workflows — Uses Azure Storage with zone-redundant options in supported regions to keep data available even if an availability zone becomes unavailable (Higher availability for customer content and better resilience to localized outages within a region)
- Spotify: Resilient storage for backend services and data pipelines supporting music streaming — Runs on Google Cloud and uses Cloud Storage with regional redundancy for data that must remain available through a zonal failure (Reduced operational risk from single-zone disruptions and improved reliability for data-dependent services)
Provider Equivalents
- AWS: Amazon S3 (Standard)
- Azure: Azure Storage (Zone-Redundant Storage, ZRS)
- GCP: Cloud Storage (Regional)
- OCI: OCI Object Storage (Regional)
Frequently Asked Questions
- What's the difference between Zone Redundancy and Multi-Region Replication?
- Zone redundancy keeps copies of data in multiple availability zones within one region, protecting you from a single data center or zone outage. Multi-region replication copies data to a different region, protecting you from a full regional outage but usually adding more cost and complexity.
- When should I use Zone Redundancy?
- Use it when you need high availability and durability within a region and want protection from a single availability zone failure. It’s a common choice for production apps, backups stored in-region, user-generated content, and critical documents where downtime or data loss from a zonal outage is unacceptable.
- How much does Zone Redundancy cost?
- Costs depend on the service and redundancy option. Some services include multi-zone durability by default (for example, AWS S3 Standard), while others charge differently for zone-redundant tiers (for example, Azure ZRS vs LRS). You may also pay for additional replication, cross-zone data transfer (in some architectures), and higher per-GB storage rates for more resilient tiers.
Category: data
Difficulty: intermediate
Related Terms
See Also