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

A company is using AWS to run digital workloads. Each application team in the company has its own AWS account for application hosting. The accounts are consolidated in an organization in AWS Organizations.

The company wants to enforce security standards across the entire organization. To avoid noncompliance because of security misconfiguration, the company has enforced the use of AWS CloudFormation. A production support team can modify resources in the production environment by using the AWS Management Console to troubleshoot and resolve application-related issues.

A DevOps engineer must implement a solution to identify in near real time any AWS service misconfiguration that results in noncompliance. The solution must automatically remediate the issue within 15 minutes of identification. The solution also must track noncompliant resources and events in a centralized dashboard with accurate timestamps.

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

Answer options

Correct answer: C

Explanation

The correct answer, C, leverages AWS Config and AWS Security Hub to identify and remediate noncompliant resources effectively, while maintaining a centralized tracking dashboard. Options A and B involve more complex setups and additional services like CloudFormation and Athena, which increase development overhead. Option D also complicates the process by relying on CloudWatch Logs and EventBridge, making it less efficient than the straightforward AWS Config approach in C.