AWS Certified DevOps Engineer – Professional — Question 196

A company is using AWS Organizations to create separate AWS accounts for each of its departments. The company needs to automate the following tasks:
✑ Update the Linux AMIs with new patches periodically and generate a golden image
✑ Install a new version of Chef agents in the golden image, if available
✑ Provide the newly generated AMIs to the department's accounts
Which solution meets these requirements with the LEAST management overhead?

Answer options

Correct answer: B

Explanation

The correct answer is B because Amazon EC2 Image Builder efficiently automates the creation and management of AMIs with the least overhead by using an image pipeline. The other options involve more manual processes or additional complexity, leading to increased management overhead.