AWS Certified Database – Specialty — Question 352

A company is running a blogging platform. A security audit determines that the Amazon RDS DB instance that is used by the platform is not configured to encrypt the data at rest. The company must encrypt the DB instance within 30 days.
What should a database specialist do to meet this requirement with the LEAST amount of downtime?

Answer options

Correct answer: C

Explanation

Setting up logical replication between the original unencrypted DB instance and a new encrypted DB instance allows them to stay in sync continuously, meaning the final cutover requires only a brief DNS or endpoint update with minimal downtime. In contrast, restoring an encrypted snapshot (Option B) requires shutting down writes to prevent data loss during the lengthy snapshot, copy, and restore process, resulting in significant downtime. Additionally, Amazon RDS does not support creating an encrypted read replica directly from an unencrypted source instance (Option A).