AWS Certified Security – Specialty — Question 232

A company uses Amazon RDS for MySQL as a database engine for its applications. A recent security audit revealed an RDS instance that is not compliant with company policy for encrypting data at rest. A security engineer at the company needs to ensure that all existing RDS databases are encrypted using server-side encryption and that any future deviations from the policy are detected.
Which combination of steps should the security engineer take to accomplish this? (Choose two.)

Answer options

Correct answer: A, D

Explanation

Option A is correct because it ensures ongoing compliance monitoring with AWS Config and alerts the team when there are changes. Option D is also correct as it describes the process of encrypting an existing unencrypted database by taking a snapshot and restoring it. The other options either do not accomplish both tasks of ensuring compliance and encrypting existing databases or involve unnecessary steps.