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

A company needs a solution to enforce data encryption at rest on Amazon EC2 instances. The solution must automatically identify noncompliant resources and enforce compliance policies on findings.

Which solution will meet these requirements with the LEAST administrative overhead?

Answer options

Correct answer: A

Explanation

AWS Config is the native service designed to track resource configurations and evaluate them against compliance rules, allowing direct integration with AWS Systems Manager for automated remediation with minimal setup. Option B requires writing and maintaining custom AWS Lambda code, which increases administrative overhead. Options C and D are incorrect because Amazon Macie is used for sensitive data discovery in S3, and Amazon Inspector is used for software vulnerability scanning, meaning neither is designed to audit EBS encryption compliance.