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

A company's security policies require the use of security hardened AMIs in production environments. A DevOps engineer has used EC2 Image Builder to create a pipeline that builds the AMIs on a recurring schedule.

The DevOps engineer needs to update the launch templates of the company's Auto Scaling groups. The Auto Scaling groups must use the newest AMIs during the launch of Amazon EC2 instances.

Which solution will meet these requirements with the MOST operational efficiency?

Answer options

Correct answer: D

Explanation

The correct answer is D because it directly connects the Image Builder pipeline with the Auto Scaling groups, ensuring that the launch templates are automatically updated with the latest AMIs without additional manual processes. Options A and B involve using EventBridge and additional services that add complexity, while option C relies on Parameter Store, which could introduce a delay in updates.