Does the new feature of CloudFormation events to EventBridge include events from StackSets?

0

AWS released a new feature today that allows CloudFormation stack events to be published o EventBridge.

I was wondering does this new feature cover also events from CloudFormation StackSets? That is, can we see with this new feature also events that happen in CloudFormation StackSets?

Thank you!

2 Answers
0
Accepted Answer

According to the following documentation, the message structure of events did not include Stack Sets.

This means that it is not possible to check Stack Sets Events.

https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/eventbridge-events.html

profile picture
hayao-k
answered 2 years ago
  • Thank you for your reply! I suspected so but wanted to make sure in case there was something that wasn't published in the documentation.

0

This is now possible with CloudFormation StackSets now sending events notifications in Amazon EventBridge. EventBridge Rules can be created to get triggered based on StackSet creation/updation/deletion and based upon StackSet state/Stack Instance state/StackSet operation state which can trigger desired target(s) accordingly.

Ref.: https://aws.amazon.com/about-aws/whats-new/2022/11/event-driven-applications-cloudformation-stacksets-event-notifications-eventbridge/

AWS
SUPPORT ENGINEER
answered a year ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions