AWS Certified Database – Specialty — Question 69

A small startup company is looking to migrate a 4 TB on-premises MySQL database to AWS using an Amazon RDS for MySQL DB instance.
Which strategy would allow for a successful migration with the LEAST amount of downtime?

Answer options

Correct answer: D

Explanation

Option D is the best strategy as it establishes replication to minimize downtime during the migration process, allowing for a smooth transition and capturing any changes made during the initial backup. The other options (A, B, and C) do not include replication, leading to potential data loss or increased downtime as they do not account for ongoing transactions after the initial snapshot.