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

A company has deployed a new platform that runs on Amazon Elastic Kubernetes Service (Amazon EKS). The new platform hosts web applications that users frequently update. The application developers build the Docker images for the applications and deploy the Docker images manually to the platform.

The platform usage has increased to more than 500 users every day. Frequent updates, building the updated Docker images for the applications, and deploying the Docker images on the platform manually have all become difficult to manage.

The company needs to receive an Amazon Simple Notification Service (Amazon SNS) notification if Docker image scanning returns any HIGH or CRITICAL findings for operating system or programming language package vulnerabilities.

Which combination of steps will meet these requirements? (Choose two.)

Answer options

Correct answer: B, D

Explanation

The correct answers are B and D. Option B correctly uses Amazon EventBridge for triggering the pipeline on Dockerfile updates, while option D enables enhanced scanning for ECR images and sets up a notification for HIGH or CRITICAL findings. Options A and C are incorrect as they use S3 events and basic scanning, which do not align with the requirement for enhanced scanning and the appropriate event triggering.