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

A company has deployed a complex container-based workload on AWS. The workload uses Amazon Managed Service for Prometheus for monitoring. The workload runs in an Amazon
Elastic Kubernetes Service (Amazon EKS) cluster in an AWS account.

The company’s DevOps team wants to receive workload alerts by using the company’s Amazon Simple Notification Service (Amazon SNS) topic. The SNS topic is in the same AWS account as the EKS cluster.

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

Answer options

Correct answer: B, C, D

Explanation

The correct steps include creating an alerting rule to monitor container availability (B), configuring the alert manager for the SNS topic (C), and adjusting the SNS topic's access policy to allow the necessary permissions (D). Options A, E, and F are not required for this specific setup, as the workflow does not necessitate using the remote write URL or modifying the IAM role for Prometheus or creating an OIDC provider.