AWS Certified Database – Specialty — Question 168

A company is running its critical production workload on a 500 GB Amazon Aurora MySQL DB cluster. A database engineer must move the workload to a new
Amazon Aurora Serverless MySQL DB cluster without data loss.
Which solution will accomplish the move with the LEAST downtime and the LEAST application impact?

Answer options

Correct answer: D

Explanation

Option D is the correct answer because using AWS Database Migration Service with CDC allows for continuous data replication, minimizing downtime and application impact. Option A is incorrect as modifying the existing DB cluster to Serverless could lead to significant downtime. Option B would cause downtime during the snapshot restoration process, while Option C might not ensure immediate consistency and could involve more lag, resulting in potential application issues.