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

A company uses containers for its applications. The company learns that some container images are missing required security configurations.

A DevOps engineer needs to implement a solution to create a standard base image. The solution must publish the base image weekly to the us-west-2 Region, us-east-2 Region, and eu-central-1 Region.

Which solution will meet these requirements?

Answer options

Correct answer: C

Explanation

The correct answer, C, is appropriate because it directly addresses the requirement to create a standard base image and distribute it to ECR repositories in all specified Regions. Options A and B do not meet the requirement of publishing to all three Regions simultaneously, relying instead on regional replication, which is less efficient. Option D, while it suggests using CodePipeline, does not specifically mention the use of Image Builder, which is essential for building the standard base image.