AWS Certified DevOps Engineer – Professional — Question 128

A DevOps team supports many accounts across an organization in AWS Organizations. The DevOps team has decided to use AWS Coring across the organization to implement centralized automatic remediation of Amazon S3 buckets that have public ACLs. Individual accounts must not be able to modify the remediation strategy.

Which solution will meet these requirements?

Answer options

Correct answer: A

Explanation

The correct answer is A, as it specifies the use of an AWS Systems Manager Automation runbook for blocking public access, which aligns with the requirement of centralized remediation. Options B and C incorrectly suggest using AWS Lambda for remediation, which does not meet the criteria set by the DevOps team. Option D contains a typo '53 buckets' instead of 'S3 buckets' and also uses AWS Lambda instead of the required runbook.