AWS Certified DevOps Engineer – Professional (DOP-C02) — Question 52

A company uses AWS Organizations to manage multiple accounts. Information security policies require that all unencrypted Amazon EBS volumes be marked as non-compliant. A DevOps engineer needs to automatically deploy the solution and ensure that this compliance check is always present.
Which solution will accomplish this?

Answer options

Correct answer: B

Explanation

The correct answer is B because creating an AWS Config organizational rule ensures ongoing compliance checks for EBS encryption across all accounts. Option A focuses on AWS Inspector, which is not designed for continuous compliance. Option C involves a Service Control Policy that only prevents unencrypted instances from being launched but does not provide a compliance check. Option D does not enforce encryption checks directly and relies on additional steps to report EBS volume status.