A retail platform needs disaster recovery across AWS Regions. The business requirement is: RTO up to 6 hours, RPO up to 1 hour, and they want the ability to start serving quickly during a Region outage but do not want to run full production capacity continuously. Which DR strategy best fits these requirements?
Trap 1: Backup and restore only, with no continuously running…
Backups with no warm infrastructure typically lead to longer recovery times and may miss a 6-hour RTO target.
Trap 2: Pilot light, keeping only the minimum resources needed to bootstrap…
Pilot light usually provides very limited capacity and may still take too long to become fully operational within 6 hours.
Trap 3: Multi-site active-active, serving production traffic from both…
Active-active involves running full production in both Regions, which is more operationally complex and costlier than required.
- A
Backup and restore only, with no continuously running infrastructure in the secondary Region.
Why wrong: Backups with no warm infrastructure typically lead to longer recovery times and may miss a 6-hour RTO target.
- B
Pilot light, keeping only the minimum resources needed to bootstrap the environment.
Why wrong: Pilot light usually provides very limited capacity and may still take too long to become fully operational within 6 hours.
- C
Warm standby, keeping a reduced but ready-to-scale environment in the secondary Region.
Warm standby maintains enough infrastructure to reduce recovery time, while not fully running production capacity continuously.
- D
Multi-site active-active, serving production traffic from both Regions at all times.
Why wrong: Active-active involves running full production in both Regions, which is more operationally complex and costlier than required.