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

A company uses Amazon Elastic Container Registry (Amazon ECR) private registries to store container images.

A DevOps team needs to ensure that the container images are regularly scanned for software package vulnerabilities.

Which solution will meet this requirement?

Answer options

Correct answer: A

Explanation

Amazon ECR enhanced scanning integrates with Amazon Inspector to provide continuous scanning of container images for software vulnerabilities, automatically scanning them on push and whenever new vulnerabilities are added to the database. Basic scanning only supports scanning on push or manual triggers and does not offer a continuous scanning option, making Option B invalid. Options C and D are incorrect because they introduce unnecessary operational complexity and custom code when a native, fully managed AWS solution is readily available.