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

An Amazon EC2 instance has a secondary Amazon Elastic Block Store (EBS) volume attached that contains sensitive data. A new company policy requires the secondary volume to be encrypted at rest.
Which solution will meet this requirement?

Answer options

Correct answer: A

Explanation

Amazon EBS does not support direct in-place encryption of an existing unencrypted volume. The standard workflow is to snapshot the unencrypted volume and then create a new, encrypted volume from that snapshot, which can then be swapped in. Modifying instance properties or using AWS CloudHSM directly on the volume are not valid methods for enabling EBS encryption.