AWS Certified Database – Specialty — Question 183

A company's database specialist is migrating a production Amazon RDS for MySQL database to Amazon Aurora MySQL. The source database is configured for Multi-AZ. The company's production team wants to validate the target database before switching the associated application over to use the new database endpoint. The database specialist plans to use AWS Database Migration Service (AWS DMS) for the migration.

Which steps should the database specialist perform to meet the production team's requirement? (Choose three.)

Answer options

Correct answer: A, C, E

Explanation

Enabling automatic backups (Option A) on the source database ensures that data is protected during the migration process. Activating binary logging with the ROW format (Option C) is essential for capturing all changes accurately. Using the source primary database as the endpoint (Option E) allows for a complete data transfer and ongoing changes to be captured, which is vital for a successful migration. The other options either disable necessary backups, use the wrong binlog format, or incorrectly select the source endpoint.