CloudGuild · Blog · Cheat sheets · Lessons · Certifications
Understanding Disaster Recovery Strategies for SAA-C03
Explore the nuances of disaster recovery strategies for the AWS SAA-C03 exam. Learn why multi-site active/active is key.
To recover an application in a second Region with the lowest possible RTO and RPO, candidates often struggle with selecting the best disaster recovery strategy. Distinguishing between these strategies is crucial for achieving optimal recovery objectives on the AWS Certified Solutions Architect - Associate exam.
The question
To recover an application in a second Region with the lowest possible RTO and RPO, which disaster recovery strategy should be used?
A. Backup and restore
B. Pilot light
C. Warm standby
D. Multi-site active/active
Think before you scroll
When approaching this question, consider the definitions and implications of each disaster recovery strategy. Focus on how they impact recovery time objectives (RTO) and recovery point objectives (RPO). The goal is to minimize downtime and data loss.
The answer
The correct option is D. Multi-site active/active. This strategy allows for full production in both Regions, resulting in the lowest possible RTO and RPO, approaching zero. While it is the most expensive option, it provides the best performance for critical applications.
Why the other options lose
A. Backup and restore: This option involves backing up data and restoring it when needed. It has the highest RTO and RPO, which means longer downtime and potential data loss. This is not suitable for applications requiring minimal disruption.
B. Pilot light: This strategy involves maintaining a minimal version of the application running in another Region. While it is more efficient than backup and restore, the RTO is still higher than that of a multi-site active/active setup, making it less effective for urgent recovery needs.
C. Warm standby: A warm standby maintains a scaled-down version of the application running in a second Region. It reduces RTO compared to backup and restore but still does not match the near-zero RTO of multi-site active/active. Thus, it falls short in scenarios demanding immediate recovery.
The concept behind it
Understanding disaster recovery strategies is essential. Multi-site active/active allows both Regions to handle production traffic simultaneously. It delivers the lowest RTO and RPO, making it ideal for mission-critical applications. Remember, the choice of strategy depends on your specific recovery requirements and budget considerations.
Exam trap to remember
Always prioritize recovery time and data loss when evaluating disaster recovery strategies. Multi-site active/active offers the best performance at the highest cost, making it suitable for applications requiring immediate availability.