📖 What is Disaster Recovery (DR)?
Disaster Recovery (DR) encompasses the strategies and processes for restoring IT infrastructure and data following a disruptive event. Effective DR planning minimizes downtime and data loss, ensuring business continuity through redundancy, backups, and failover mechanisms.
"RTO (Recovery Time Objective) and RPO (Recovery Point Objective) are critical. RTO defines acceptable downtime, while RPO defines acceptable data loss. Understand how different DR strategies (backup/restore, pilot light, warm standby, multi-site active/active) impact RTO and RPO."
📚 Certification: AWS Certified Cloud Practitioner (CLF-C02)
🔑 What are the Key Concepts of Disaster Recovery (DR)?
- ▸ RTO (Recovery Time Objective) and RPO (Recovery Point Objective) are key metrics for defining DR success, impacting cost and complexity.
- ▸ Backup and Restore is the simplest DR strategy, offering the highest RTO/RPO, suitable for less critical applications.
- ▸ Pilot Light environments minimize costs by running only essential services, requiring longer RTOs for full restoration.
- ▸ Warm Standby provides a scaled-down, running environment, offering faster recovery than Pilot Light but higher ongoing costs.
- ▸ Multi-Site Active/Active offers the lowest RTO/RPO with fully redundant systems, but is the most expensive to implement.
🎯 How does Disaster Recovery (DR) appear on the CLF-C02 Exam?
You may be asked to identify the most cost-effective DR strategy for an application with a 24-hour RTO and a 12-hour RPO.
A scenario might describe a company needing to minimize downtime for a critical e-commerce application – determine the appropriate DR architecture.
Expect questions about how different AWS services (e.g., S3, EBS snapshots, Route 53) contribute to a comprehensive DR plan.
❓ Frequently Asked Questions
How do RTO and RPO influence the choice of DR strategy?
Lower RTO/RPO requirements necessitate more complex and expensive DR solutions like Warm Standby or Active/Active. Higher tolerances allow for simpler, cheaper options like Backup and Restore.
What's the difference between a DR drill and a failover?
A DR drill is a planned test of your DR plan without impacting production. A failover is the actual switch to the DR environment due to a real disruption.
Can DR be automated in AWS?
Yes, AWS offers services like CloudEndure Disaster Recovery and AWS Elastic Disaster Recovery to automate replication, failover, and failback processes, reducing RTO and operational overhead.