AWS Certified Solutions Architect – Associate (SAA-C03) — Question 399

A company is deploying a new application on Amazon EC2 instances. The application writes data to Amazon Elastic Block Store (Amazon EBS) volumes. The company needs to ensure that all data that is written to the EBS volumes is encrypted at rest.

Which solution will meet this requirement?

Answer options

Correct answer: B

Explanation

Amazon EBS encryption is applied directly at the volume level during creation, ensuring that all data written to the volume is encrypted at rest. IAM roles and instance tags do not have the capability to enforce or perform EBS encryption. While AWS KMS is used to manage the encryption keys, a key policy alone does not automatically encrypt newly created EBS volumes unless the volumes themselves are configured to be encrypted.