You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tell us about the problem you're trying to solve. What are you trying to do, and why is it hard?
What outcome are you trying to achieve, ultimately, and why is it hard/impossible to do right now? What is the impact of not having this problem solved? The more details you can provide, the better we'll be able to understand and solve the problem.
After an AMI is built we would like to run it through a qualification workflow before putting it in production. This doesn't quite fit the build-time validation, so we would like to do it after the AMI is built.
Are you currently working around this issue?
How are you currently solving this problem?
I am using an SNS topic for notifications, with a Sfn subscribed to the topic. It works, but it would be more direct to have EventBridge.
Additional context
Anything else we should know?
Attachments
If you think you might have additional information that you'd like to include via an attachment, please do - we'll take a look. (Remember to remove any personally-identifiable information.)
The text was updated successfully, but these errors were encountered:
Community Note
Tell us about your request
What do you want us to build?
EventBridge integration so after an AMI is built, it sends a notification to EventBridge.
This would allow one to write something like this in CDK
Tell us about the problem you're trying to solve. What are you trying to do, and why is it hard?
What outcome are you trying to achieve, ultimately, and why is it hard/impossible to do right now? What is the impact of not having this problem solved? The more details you can provide, the better we'll be able to understand and solve the problem.
After an AMI is built we would like to run it through a qualification workflow before putting it in production. This doesn't quite fit the build-time validation, so we would like to do it after the AMI is built.
Are you currently working around this issue?
How are you currently solving this problem?
I am using an SNS topic for notifications, with a Sfn subscribed to the topic. It works, but it would be more direct to have EventBridge.
Additional context
Anything else we should know?
Attachments
If you think you might have additional information that you'd like to include via an attachment, please do - we'll take a look. (Remember to remove any personally-identifiable information.)
The text was updated successfully, but these errors were encountered: