-
Notifications
You must be signed in to change notification settings - Fork 4.4k
(aws-cloudwatch-actions): Add the possibility to have SSM OpsItem Action #16861
Copy link
Copy link
Closed
Labels
@aws-cdk/aws-cloudwatch-actionseffort/smallSmall work item – less than a day of effortSmall work item – less than a day of effortfeature-requestA feature should be added or improved.A feature should be added or improved.p2
Description
Description
In addition to these actions : ApplicationScalingAction, AutoScalingAction, Ec2Action, Ec2InstanceAction, SnsAction, add an SystemManagerAction to be able to create OpsItem in SSM in a CW alarm.
Use Case
We need this to group and prioritize all our alarm triggers into OpsCenter instead of using SNS notification.
Proposed Solution
Add an action that build and add the arn into the alarm "arn:aws:ssm:<region>:<account_id>:opsitem:<severity>#CATEGORY=<category>"
Maybe use enum for severity and category
Other information
Acknowledge
- I may be able to implement this feature request
- This feature might incur a breaking change
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
@aws-cdk/aws-cloudwatch-actionseffort/smallSmall work item – less than a day of effortSmall work item – less than a day of effortfeature-requestA feature should be added or improved.A feature should be added or improved.p2
