AWS Certified Solutions Architect – Associate (SAA-C02) — Question 520

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.)

Answer options

Correct answer: C, E

Explanation

To create a read replica in Amazon RDS for MySQL, automatic backups must be enabled on the source DB instance by setting the backup retention period to a non-zero value. Additionally, it is critical to let any long-running transactions on the source instance finish before creating the replica to prevent performance issues or replication lag. Other options like global tables are for DynamoDB, and binlog replication is handled automatically once backups are enabled.