A digital logistics provider is transitioning a production Microsoft SQL Server database hosted on an on-premises physical cluster to an Amazon Aurora PostgreSQL-Compatible Edition DB cluster. A database administrator has successfully completed schema conversion using the AWS Schema Conversion Tool (SCT) and applied the DDL scripts to the target Aurora DB cluster. The administrator then sets up an AWS Database Migration Service (DMS) replication task configured with a task type of 'Full load and ongoing replication'. The full load phase completes successfully, copying all baseline tables to Aurora. However, the task fails immediately upon transitioning to the Change Data Capture (CDC) phase. Which of the following actions is required to resolve this failure and ensure ongoing replication?
- Configure Change Data Capture (MS-CDC) on the source SQL Server database and all migrated tables, and verify the DMS source endpoint user has the appropriate sysadmin or db_owner privileges.Answer
- BModify the target Aurora PostgreSQL DB cluster parameter group to set rds.logical_replication to 1 and restart the cluster to enable CDC support.
- CExport native SQL Server backup files to an Amazon S3 bucket, and use the AWS Schema Conversion Tool (SCT) to restore the database backup directly to the Aurora DB cluster.
- DCreate a new AWS DMS replication task using only the 'Ongoing replication' (CDC) option, specifying the MS-Replication distribution database on the target Aurora cluster.