A MySQL database must be migrated to Amazon RDS for MySQL with minimal downtime while the source remains active. Which AWS service supports continuous change data capture during migration?
A. AWS Schema Conversion Tool (SCT), which continuously replicates row-level changes from the source to the target database.
B. AWS Database Migration Service (DMS), which uses CDC to replicate ongoing transactions while the full load is in progress.
C. Amazon Kinesis Data Firehose, which streams database transaction logs directly into Amazon RDS for MySQL.
D. AWS DataSync, which synchronizes file-level changes between the on-premises database server and Amazon RDS.
AWS Database Migration Service offers a full‑load plus CDC mode that replicates ongoing transactions, enabling near‑zero‑downtime migrations.