Cold Standby

Definition

Backup system that's not running and requires manual setup to activate. Like spare equipment in storage that needs installation before use.

Use Cases

Frequently Asked Questions

What's the difference between cold standby and warm standby?
Cold standby means the backup environment is not running. You typically have backups, images, and deployment scripts stored, and you manually start infrastructure and restore data during an outage. Warm standby keeps a smaller version of the environment running (or partially running), so failover is faster but costs more.
When should I use cold standby for disaster recovery?
Use cold standby when you need a low-cost DR option and your business can tolerate longer recovery times (higher RTO). It’s common for small businesses, internal tools, dev/test systems, or applications where a few hours (or more) of downtime is acceptable, and where you can rely on documented runbooks and periodic restore tests.
How much does cold standby cost?
Costs are usually dominated by storage (backups, snapshots, archives), plus any minimal supporting services you keep (like DNS hosting or key management). You typically avoid paying for always-on compute in the standby site. During a disaster or DR test, you’ll incur temporary costs for provisioning compute, networking, and data restore/egress (if applicable). Pricing depends on backup size, retention period, storage tier (standard vs archive), restore frequency, and how quickly you need to bring systems online.

Category: cloud

Difficulty: intermediate

Related Terms

See Also