
Ultimate access to all questions.
Deep dive into the quiz with AI chat providers.
We prepare a focused prompt with your quiz and certificate details so each AI can offer a more tailored, in-depth explanation.
A solutions architect must create a disaster recovery (DR) plan for a high-volume software as a service (SaaS) platform. All data for the platform is stored in an Amazon Aurora MySQL DB cluster. The DR plan must replicate data to a secondary AWS Region. Which solution will meet these requirements MOST cost-effectively?
A
Use MySQL binary log replication to an Aurora cluster in the secondary Region. Provision one DB instance for the Aurora cluster in the secondary Region.
B
Set up an Aurora global database for the DB cluster. When setup is complete, remove the DB instance from the secondary Region.
C
Use AWS Database Migration Service (AWS DMS) to continuously replicate data to an Aurora cluster in the secondary Region. Remove the DB instance from the secondary Region.
D
Set up an Aurora global database for the DB cluster. Specify a minimum of one DB instance in the secondary Region.
Explanation:
Option D is the correct answer because it provides the most cost-effective solution for disaster recovery with Aurora MySQL.
Option A: MySQL binary log replication
Option B: Aurora global database with removal of secondary instance
Option C: AWS DMS with instance removal
Option D: Aurora global database with minimum one DB instance
This solution meets the requirements for a high-volume SaaS platform by providing reliable cross-region replication while minimizing costs through Aurora's native global database feature.