CloudGuild · Blog · Cheat sheets · Lessons · Certifications
AWS SAA-C03 Exam Walkthrough: Enhancing Disaster Recovery with Amazon RDS
Learn how to approach an AWS SAA-C03 exam question on Amazon RDS disaster recovery features. Understand the right choices for quick recovery.
A common pitfall for AWS SAA-C03 candidates is distinguishing between features that enhance scalability versus those that improve disaster recovery. This question tests your understanding of Amazon RDS and its capabilities for ensuring database availability during outages.
The question
A company is using Amazon RDS for their database needs and wants to ensure that they can quickly recover from a database outage. What feature should they enable to enhance their disaster recovery plan?
- A. Read Replicas
- B. Automated Backups
- C. Multi-Region Replication
- D. Database Snapshots
Think before you scroll
Consider the differences between each option. You need a feature that specifically addresses rapid recovery from outages. Not all features are designed for this purpose, so weigh their primary functions carefully.
The answer
The correct option is B. Automated Backups. This feature allows for point-in-time recovery, ensuring that the company can quickly revert to a known good state in the event of an outage. While Multi-Region Replication (option C) is also beneficial for disaster recovery, Automated Backups are the immediate choice for quick recovery from a database outage.
Why the other options lose
- A. Read Replicas: While Read Replicas can improve read scalability and reduce load on the primary database, they do not directly enhance disaster recovery. They are not designed for failover situations and cannot restore data after an outage.
- C. Multi-Region Replication: This option offers significant advantages for disaster recovery by replicating data across different regions. However, it is not the best immediate solution for a quick recovery from an outage. It is a broader strategy that may involve higher complexity and cost.
- D. Database Snapshots: Snapshots are useful for creating backups of the database at a specific point in time, but they do not allow for immediate recovery like Automated Backups. Using snapshots generally requires manual intervention to restore, which is not optimal for quick recovery.
The concept behind it
Understanding the purpose of each feature in Amazon RDS is crucial. Automated Backups provide a straightforward mechanism for recovering data to any point within a retention period, making them essential for disaster recovery strategies. Multi-Region Replication, while valuable, is a more complex solution that serves different needs.
Exam trap to remember
Remember: Automated Backups are your go-to feature for point-in-time recovery in Amazon RDS. They ensure quick restoration, crucial for minimizing downtime during outages.