AWS Certified Database – Specialty — Question 84

A company uses an Amazon RDS for PostgreSQL DB instance for its customer relationship management (CRM) system. New compliance requirements specify that the database must be encrypted at rest.
Which action will meet these requirements?

Answer options

Correct answer: A

Explanation

The correct answer is A, as creating an encrypted copy of a manual snapshot and restoring a new DB instance from it ensures that the new instance is encrypted at rest. Options B and C cannot be used to enable encryption on an existing DB instance, and option D does not directly address the requirement of encrypting the existing database at rest.