Question 785 of 1,711
DEA-C01 Data Store Management Practice Question
A data engineer needs to migrate an on-premises MySQL database to Amazon RDS for MySQL with minimal downtime. Which approach should they use?
⚠ Common exam trap
Watch out — candidates often confuse 'minimal downtime' with 'zero data loss' and assume a simple dump/import or a read replica (which only works for RDS-to-RDS) is sufficient, overlooking the need for ongoing replication to keep the target synchronized during the migration window.
Answer choices
Why each option matters
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
✓
Use AWS Database Migration Service (DMS) with ongoing replication from the source database.
AWS DMS with ongoing replication (change data capture, CDC) is the correct approach because it allows continuous synchronization from the on-premises MySQL source to the RDS target, enabling a cutover with minimal downtime. Unlike one-time export/import tools, DMS captures ongoing changes during the migration, so the target stays up-to-date until you switch over.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
Use mysqldump to export the database and import into RDS.
Why it's wrong here
This requires significant downtime for large databases.
- ✓
Use AWS Database Migration Service (DMS) with ongoing replication from the source database.
Why this is correct
DMS with ongoing replication minimizes downtime by continuously syncing changes.
- ✗
Create an RDS read replica and promote it.
Why it's wrong here
Read replica is for RDS instances, not on-premises.
- ✗
Use AWS Schema Conversion Tool (SCT) to convert the schema and then copy data.
Why it's wrong here
SCT is for heterogeneous migrations, not for minimal downtime.
About these practice questions
Courseiva creates original exam-style practice questions with explanations and wrong-answer analysis. It does not publish real exam questions, exam dumps, or protected exam content. Learn why practice questions differ from exam dumps →
Last reviewed: Jun 11, 2026
This DEA-C01 practice question is part of Courseiva's free Amazon Web Services certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the DEA-C01 exam.
Question Discussion
Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.
Sign in to join the discussion.