AWS Certified DevOps Engineer – Professional — Question 103

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 along with AWS Systems Manager Parameter Store provides a centralized and automated way for developers to access the latest AMI ARNs without manual intervention. Options A and B require additional steps and complexity involving CloudFormation and S3, while option D relies on notifications and manual updates, which are less efficient.