
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 company has deployed a database in Amazon RDS for MySQL. Due to increased transactions, the database support team is reporting slow reads against the DB instance and recommends adding a read replica.
Which combination of actions should a solutions architect take before implementing this change? (Choose two.)
A
Enable binlog replication on the RDS primary node.
B
Choose a failover priority for the source DB instance.
C
Allow long-running transactions to complete on the source DB instance.
D
Create a global table and specify the AWS Regions where the table will be available.
E
Enable automatic backups on the source instance by setting the backup retention period to a value other than 0.
Explanation:
When creating a read replica for Amazon RDS MySQL, there are specific prerequisites that must be met:
A. Enable binlog replication on the RDS primary node. - CORRECT
E. Enable automatic backups on the source instance by setting the backup retention period to a value other than 0. - CORRECT
Why the other options are incorrect:
B. Choose a failover priority for the source DB instance. - Incorrect
C. Allow long-running transactions to complete on the source DB instance. - Incorrect
D. Create a global table and specify the AWS Regions where the table will be available. - Incorrect
Key AWS RDS Read Replica Prerequisites: