AWS Certified Security – Specialty — Question 335

A company has identified two security concerns. One concern is unencrypted Amazon Elastic Block Store (Amazon EBS) volumes. The other concern is public IP addresses that are assigned to Amazon EC2 instances. A security engineer must build a solution to prevent and remediate these security issues.

What should the security engineer do to meet these requirements with the LEAST amount of effort?

Answer options

Correct answer: B

Explanation

AWS Config is designed specifically to continuously monitor and assess resource configurations against desired guidelines, offering built-in rules for EBS encryption and public IP checking. Integrating AWS Config with AWS Systems Manager Automation allows for low-effort, out-of-the-box automated remediation without the need to write and maintain custom AWS Lambda code. Other options like CloudTrail or GuardDuty are not configuration compliance tools and would require significant custom development to achieve the same outcome.