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

A company requires its internal business teams to launch resources through pre-approved AWS CloudFormation templates only. The security team requires automated monitoring when resources drift from their expected state.

Which strategy should be used to meet these requirements?

Answer options

Correct answer: C

Explanation

The correct answer is C because it allows the use of AWS Service Catalog, which ensures that only approved templates are deployed, while AWS Config rules automate the monitoring for drift from the expected state. Option A and B do not restrict users to pre-approved templates through AWS Service Catalog. Option D, while using AWS Service Catalog, focuses on template constraints and relies on EventBridge for notifications rather than actively monitoring drift.