DOP-C02 · Question #227
A company has an AWS CloudFormation stack that is deployed in a single AWS account. The company has configured the stack to send event notifications to an Amazon Simple Notification Service (Amazon SN
The correct answer is C. Create an Amazon EventBridge rule that matches the UPDATE_COMPLETE event pattern for. https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-run-lambda-schedule.html
Question
A company has an AWS CloudFormation stack that is deployed in a single AWS account. The company has configured the stack to send event notifications to an Amazon Simple Notification Service (Amazon SNS) topic. A DevOps engineer must implement an automated solution that applies a tag to the specific CloudFormation stack instance only after a successful stack update occurs. The DevOps engineer has created an AWS Lambda function that applies and updates this tag for the specific stack instance. Which solution will meet these requirements?
Options
- ARun the AWS-UpdateCloudFormationStack AWS Systems ManagerAutomation runbook when
- BCreate a custom AWS Config rule that produces a compliance change event if the
- CCreate an Amazon EventBridge rule that matches the UPDATE_COMPLETE event pattern for
- DAdjust the configuration of the CloudFormation stack to send notifications for only an
How the community answered
(40 responses)- A13% (5)
- B5% (2)
- C80% (32)
- D3% (1)
Explanation
https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-run-lambda-schedule.html
Topics
Community Discussion
No community discussion yet for this question.