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

How can you secure data at rest on an EBS volume?

Answer options

Correct answer: C

Explanation

Creating an IAM policy that restricts read and write access to the EBS volume secures the data at rest by ensuring only authorized entities can access or modify it. Other options, such as using S3 server-side encryption, are technically incompatible with EBS volumes, while using SSL interfaces only secures data in transit rather than at rest.