DEA-C01 · Question #54
You have been tasked with migrating an on-premises MySQL database to Amazon Aurora PostgreSQL using AWS Database Migration Service (DMS). The stakeholder emphasizes that the source database must…
The correct answer is B. AWS DMS supports both full-load and continuous replication, allowing the source MySQL. AWS Database Migration Service (DMS) supports both full-load and continuous replication, enabling on-premises MySQL databases to remain fully operational during migration to Amazon Aurora PostgreSQL.
Question
You have been tasked with migrating an on-premises MySQL database to Amazon Aurora PostgreSQL using AWS Database Migration Service (DMS). The stakeholder emphasizes that the source database must remain fully operational during the migration process. Which of the following statements about DMS is accurate with respect to this scenario?
Options
- AAWS DMS only supports full-load migrations, which would require downtime for the source
- BAWS DMS supports both full-load and continuous replication, allowing the source MySQL
- CWhen using DMS, the target Amazon Aurora PostgreSQL instance cannot be accessed or
- DAWS DMS requires the source MySQL database to be version 5.7 or higher for migrating to
- EAWS DMS can convert the MySQL database schema directly to PostgreSQL without any manual
How the community answered
(61 responses)- A2% (1)
- B93% (57)
- C2% (1)
- D3% (2)
Why each option
AWS Database Migration Service (DMS) supports both full-load and continuous replication, enabling on-premises MySQL databases to remain fully operational during migration to Amazon Aurora PostgreSQL.
AWS DMS does not only support full-load migrations; its continuous replication feature is crucial for migrations requiring minimal downtime.
AWS DMS provides robust support for both a one-time full data load and continuous replication (Change Data Capture or CDC) from the source to the target database. This dual capability allows the source MySQL database to remain operational by applying ongoing changes to Aurora PostgreSQL, minimizing downtime for the cutover.
The target Amazon Aurora PostgreSQL instance can typically be accessed for validation and testing during the migration process, even while DMS is actively replicating changes.
While specific version compatibility exists, stating a blanket requirement of MySQL 5.7 or higher is too specific and not the most pertinent point regarding keeping the source operational during migration.
AWS DMS is primarily for data migration; it does not automatically convert complex database schemas (like stored procedures, functions, or specific data types) from MySQL to PostgreSQL. AWS Schema Conversion Tool (SCT) is used for schema conversion.
Concept tested: AWS Database Migration Service (DMS) replication modes
Source: https://aws.amazon.com/dms/features/
Topics
Community Discussion
No community discussion yet for this question.