A solutions architect is planning the heterogeneous migration of a 5 TB on-premises Microsoft SQL Server database to an Amazon Aurora PostgreSQL-Compatible Edition DB cluster. The migration must minimize application downtime. The solutions architect has already used the AWS Schema Conversion Tool (AWS SCT) to convert the schema and apply it to the target Aurora DB cluster. An AWS Database Migration Service (AWS DMS) replication task with 'Full load and ongoing replication' is configured. During testing, the replication task successfully completes the full load phase, but changes made on the source database after the full load started are not being replicated to the target database. Which of the following is the required configuration change to enable ongoing replication?
- Enable Microsoft Change Data Capture (MS-CDC) on the source database and the tables to be migrated, and ensure that the SQL Server Agent service is running.Answer
- BEnable binary logging on the source database instance by setting the parameter log_bin to ON, and configure the binlog format to ROW.
- CReclassify the migration path as a Replatform, and use AWS Application Migration Service (AWS MGN) to continuously replicate the SQL Server operating system and database volumes.
- DRequest an AWS Snowball Edge device to ship the SQL Server transaction log backups to Amazon S3, and configure AWS DMS to use the S3 bucket as the replication source for the CDC phase.