AWS Certified Database – Specialty — Question 64

A Database Specialist is migrating an on-premises Microsoft SQL Server application database to Amazon RDS for PostgreSQL using AWS DMS. The application requires minimal downtime when the RDS DB instance goes live.
What change should the Database Specialist make to enable the migration?

Answer options

Correct answer: A

Explanation

The correct answer is A because configuring the on-premises application database as a source for an AWS DMS full load with ongoing change data capture (CDC) ensures that the migration can accommodate changes made during the process, minimizing downtime. Options B, C, and D do not directly address the need for the on-premises database to act as the source of data with CDC, which is crucial for this migration scenario.