Reliable and resilient multi-account architectures
Unlock the complete study guide + 1,040 practice questions across 16 full exams.
Bundled into the existing AWS Certified Solutions Architect - Professional premium course — no separate purchase.
Included in this chapter:
- The four DR strategies: RTO/RPO, cost, and effort in depth
- Static stability and cell-based (bulkhead) fault isolation
- Application Recovery Controller: routing controls, readiness, zonal shift
- Cross-Region data replication: Aurora Global, DynamoDB, S3 CRR
- Org-wide AWS Backup and service quotas as a reliability risk
AWS disaster recovery strategies by RTO, RPO, and cost
| Dimension | Backup & restore | Pilot light | Warm standby | Multi-site active/active |
|---|---|---|---|---|
| Typical RTO | Hours (redeploy + restore) | Tens of minutes (turn on + scale) | Minutes (scale up only) | Near zero (already serving) |
| Typical RPO | Backup interval (hours) | Near zero (continuous replication) | Near zero (continuous replication) | Near zero (continuous replication) |
| DR-Region state | Data backups only; no running infra | Data live; app servers switched off | Scaled-down copy always running | Full capacity, serving traffic |
| Relative cost | Lowest | Low | Medium | Highest |
| Serves traffic immediately? | No (must redeploy) | No (must turn on + scale) | Yes, at reduced capacity | Yes, at full capacity |
| Traffic / failover mechanism | Route 53 / ARC after redeploy | Route 53 DNS failover; ARC routing control | Route 53 DNS failover; ARC routing control | Route 53 latency/geoproximity; Global Accelerator |
Decision tree
Cheat sheet
Unlock with Premium — includes all practice exams and the complete study guide.
Also tested in
References
- Disaster recovery options in the cloud Whitepaper
- Use bulkhead architectures to limit scope of impact Well-Architected
- AWS service quotas
- What is Amazon Application Recovery Controller (ARC)?
- What is AWS Backup?
- Backup policies (AWS Organizations)
- Creating backup copies across AWS accounts
- Zonal autoshift in ARC
- Zonal shift in ARC
- Using Amazon Aurora Global Database
- Using switchover or failover in Amazon Aurora Global Database
- Global tables - multi-Region replication for DynamoDB
- Replicating objects with S3 Replication
- Meeting compliance requirements with S3 Replication Time Control