techdiagrams.net
← All templates

Disaster recovery tiers

Pilot light, warm standby and hot standby side by side — the same application at three price points of RTO and RPO.

Open in editor — free, no login Download JSON
PRIMARYPILOT LIGHT · RTO HOURS · RPO MINUTESWARM STANDBY · RTO MINUTESHOT STANDBY · RTO SECONDSwritesasync replicationasyncsemi-syncProduction appfull capacityPrimary DBsource of truthApp (not running)AMIs + IaC readyReplicaasync · minutes behindApp (10% capacity)always on · scales on failoverReplicaasync · seconds behindApp (full capacity)takes traffic in secondsReplicasemi-sync · near-zero losscost grows left → right; downtime shrinks the same way.Pick the cheapest tier whose RTO/RPO the businesscan actually sign — then DRILL it. An unrehearsedfailover is a second outage.

What this design does

Disaster recovery is a slider, not a switch, and this template shows the three classic positions next to each other. Pilot light keeps only data replicated — cheap, but recovery means booting everything (hours). Warm standby runs a minimal copy that scales up on failover (minutes). Hot standby runs full capacity with near-synchronous data (seconds, and the biggest bill). Pick by answering two questions honestly: how much downtime can the business survive (RTO), and how much data can it afford to lose (RPO)?

The patterns it composes

Import it, attach your own numbers, and verify the design against failures — or read the engineering notes.