AWS Certified Solutions Architect – Associate (SAA-C02) — Question 767

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 at rest is achieved by creating the EBS volumes with encryption enabled using an AWS KMS key. IAM roles (Option A) and EC2 instance tags (Option C) cannot enforce block-level volume encryption directly upon creation. AWS KMS key policies (Option D) control access to keys but do not configure or enforce EBS volume encryption settings on their own.