AWS Certified Database – Specialty — Question 13

A Database Specialist needs to define a database migration strategy to migrate an on-premises Oracle database to an Amazon Aurora MySQL DB cluster. The company requires near-zero downtime for the data migration. The solution must also be cost-effective.
Which approach should the Database Specialist take?

Answer options

Correct answer: C

Explanation

The correct answer is C because using the AWS Schema Conversion Tool (AWS SCT) along with AWS DMS allows for effective schema migration and real-time data replication with minimal downtime. Options A and B involve bulk data transfer methods that could lead to downtime during the migration. Option D focuses on migrating a virtual machine image, which is not suitable for a direct database migration to Aurora.