AWS Certified Database – Specialty — Question 206

A company is using a 1 TB Amazon RDS for PostgreSQL DB instance to store user data. During a security review, a security engineer sees that the DB instance is not encrypted at rest.

How should a database specialist correct this issue with the LEAST amount of downtime and no data loss?

Answer options

Correct answer: C

Explanation

Option C is correct because it allows for the migration to an encrypted DB instance while keeping both databases in sync, ensuring no data loss occurs. Option A is incorrect as it cannot enable encryption on an existing DB instance without downtime. Option B, while feasible, involves more steps and time compared to using AWS DMS. Option D also involves additional complexity and potential downtime during the promotion process.