AWS Certified Security – Specialty — Question 226

A company has an application that uses an Amazon RDS PostgreSQL database. The company is developing an application feature that will store sensitive information for an individual in the database.
During a security review of the environment, the company discovers that the RDS DB instance is not encrypting data at rest. The company needs a solution that will provide encryption at rest for all the existing data and for any new data that is entered for an individual.
Which combination of options can the company use to meet these requirements? (Choose two.)

Answer options

Correct answer: A, D

Explanation

Option A is correct because it allows for the creation of an encrypted copy of the existing database data, thus ensuring data-at-rest encryption for both existing and future data. Option D is also correct as it involves creating a CMK for encryption operations, which is essential for managing sensitive information securely. Options B, C, and E do not adequately meet the requirements for encrypting existing data at rest.