A company is migrating a self-managed Microsoft SQL Server database running on-premises to an Amazon Aurora MySQL-Compatible Edition DB cluster. A solutions architect uses the AWS Schema Conversion Tool (SCT) to convert the database schema. The migration strategy requires continuous replication to keep the target database in sync with the source database until the cutover window. The solutions architect configures an AWS Database Migration Service (AWS DMS) replication task with the migration type set to 'Full load and CDC'. During a test run, the full load phase completes successfully, but subsequent transactional updates on the source SQL Server database are not reflected in the target Aurora DB cluster. Which of the following is the most likely cause of this replication failure?
- AThe target Amazon Aurora MySQL DB cluster was not configured with binary logging enabled in its cluster parameter group.
- Microsoft Change Data Capture (MS-CDC) or SQL Server Replication was not enabled on the source SQL Server database and tables.Answer
- CThe AWS DMS replication task was configured with the target table preparation mode set to 'Do nothing' instead of 'Truncate'.
- DAWS Application Migration Service (MGN) was not deployed on the source SQL Server host to replicate the transactional changes at the block level.