AWS Certified Database – Specialty — Question 9

A company is running an Amazon RDS for PostgreSQL DB instance and wants to migrate it to an Amazon Aurora PostgreSQL DB cluster. The current database is 1 TB in size. The migration needs to have minimal downtime.
What is the FASTEST way to accomplish this?

Answer options

Correct answer: D

Explanation

The correct answer is D because using an Aurora Replica allows for a continuous replication of data with minimal downtime and seamless cutover. Options A and B involve more manual processes and downtime due to replication setup or data extraction and restoration. Option C does not support minimal downtime as it requires the creation of a new cluster from a snapshot, which can lead to longer migration times.