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

A company has a guideline that every Amazon EC2 instance must be launched from an AMI that the company’s security team produces. Every month, the security team sends an email message with the latest approved AMIs to all the development teams.

The development teams use AWS CloudFormation to deploy their applications. When developers launch a new service, they have to search their email for the latest AMIs that the security department sent. A DevOps engineer wants to automate the process that the security team uses to provide the AMI IDs to the development teams.

What is the MOST scalable solution that meets these requirements?

Answer options

Correct answer: C

Explanation

The correct answer is C because using Amazon EC2 Image Builder with AWS Systems Manager Parameter Store allows for a centralized and automated way to store and retrieve the most recent AMI ARNs. This option directly integrates with CloudFormation, making it seamless for developers. The other options, while potentially functional, involve more complexity and less direct integration with the CloudFormation process.