AWS Certified Security – Specialty — Question 319

A security audit reveals that several Amazon Elastic Block Store (Amazon EBS) volumes in a company's production account are not encrypted. The unencrypted EBS volumes are attached to Amazon EC2 instances that are provisioned with an Auto Scaling group and a launch template.

A security engineer must implement a solution to ensure that all EBS volumes are encrypted now and in the future.

Which solution will meet these requirements?

Answer options

Correct answer: C

Explanation

Enabling EBS encryption by default at the AWS Region level ensures that all newly created EBS volumes are automatically encrypted, satisfying future requirements without needing to modify individual launch templates. To address existing unencrypted volumes, initiating an instance refresh within the Auto Scaling group will systematically replace the running EC2 instances with new ones that will have encrypted volumes by default. Option D is incorrect because enabling encryption by default does not automatically trigger Auto Scaling groups to replace running instances.