AWS Certified SysOps Administrator – Associate (legacy) — Question 875

A database is running on an Amazon RDS Multi-AZ DB instance. A recent security audit found the database to be out of compliance because it was not encrypted.
Which approach will resolve the encryption requirement?

Answer options

Correct answer: D

Explanation

Amazon RDS does not support enabling encryption directly on an existing unencrypted DB instance. To resolve this, you must take a snapshot of the instance, copy it to create an encrypted version of the snapshot, and then restore that encrypted snapshot to a new RDS instance. Other methods, such as modifying the instance directly or trying to attach EBS volumes manually, are not supported for enabling RDS encryption.