nerdexam
AmazonAmazon

DOP-C02 · Question #5

DOP-C02 Question #5: Real Exam Question with Answer & Explanation

The correct answer is C: Create an Amazon EventBridge rule that filters on CodePipeline Pipeline Execution State. The DevOps engineer should configure status updates for pipeline activity and approval requests to post to the chat tool by creating an Amazon EventBridge rule that filters on CodePipeline Pipeline Execution State Change. The events should be published to an Amazon Simple Notific

Submitted by yaw92· Mar 6, 2026Management and Operations

Question

A DevOps engineer is building a multistage pipeline with AWS CodePipeline to build, verify, stage, test, and deploy an application. A manual approval stage is required between the test stage and the deploy stage. The development team uses a custom chat tool with webhook support that requires near-real-time notifications. How should the DevOps engineer configure status updates for pipeline activity and approval requests to post to the chat tool?

Options

  • ACreate an Amazon CloudWatch Logs subscription that filters on CodePipeline Pipeline Execution
  • BCreate an AWS Lambda function that is invoked by AWS CloudTrail events. When a
  • CCreate an Amazon EventBridge rule that filters on CodePipeline Pipeline Execution State
  • DModify the pipeline code to send the event details to the chat webhook URL at the end of each

Explanation

The DevOps engineer should configure status updates for pipeline activity and approval requests to post to the chat tool by creating an Amazon EventBridge rule that filters on CodePipeline Pipeline Execution State Change. The events should be published to an Amazon Simple Notification Service (Amazon SNS) topic, and an AWS Lambda function should be created to send event details to the chat webhook URL. The function should be subscribed to the SNS topic.

Topics

#CodePipeline#EventBridge#Notifications#Webhooks

Community Discussion

No community discussion yet for this question.

Full DOP-C02 PracticeBrowse All DOP-C02 Questions