Local Redundancy

Definition

Local redundancy involves storing multiple copies of data within a single data center, safeguarding against hardware failures and ensuring data integrity.

Use Cases

Provider Equivalents

Frequently Asked Questions

What's the difference between Local Redundancy and Zone Redundancy?
Local redundancy keeps multiple copies of your data in one physical location (one datacenter). It protects you from common hardware problems like a disk or server failing. Zone redundancy spreads copies across multiple datacenters (availability zones) in the same region, so it can keep working even if an entire datacenter goes down.
When should I use Local Redundancy?
Use local redundancy when you want protection from normal hardware failures but you can tolerate an outage if the whole datacenter has a problem. It’s a good fit for dev/test environments, non-critical backups that are also stored elsewhere, caches, or workloads where cost is more important than surviving a datacenter outage.
How much does Local Redundancy cost?
Local redundancy is usually the lowest-cost durability option because it doesn’t replicate across zones or regions. Pricing depends on the storage class/tier (hot/cool/archive), how much data you store (GB-month), operations (reads/writes/list), and data transfer. Options that add zone or geographic replication typically cost more because they store additional copies in more places.

Category: data

Difficulty: intermediate

Related Terms

See Also