AWS Certified Database – Specialty — Question 46

A financial company has allocated an Amazon RDS MariaDB DB instance with large storage capacity to accommodate migration efforts. Post-migration, the company purged unwanted data from the instance. The company now want to downsize storage to save money. The solution must have the least impact on production and near-zero downtime.
Which solution would meet these requirements?

Answer options

Correct answer: B

Explanation

Option B is correct because using AWS DMS to migrate databases allows for a seamless transition with minimal downtime, meeting the company's requirements. Option A is incorrect as it does not directly address the need to downsize storage effectively. Option C involves more manual steps and potential downtime, while Option D complicates the process unnecessarily by creating a read replica instead of directly addressing the storage reduction.