Skip to content

SSM Automation with Alarm

0

I would like to create a CloudWatch Alarm if a SSM Automation Failed or Executed with success. Has anyone gone through this?

2 Answers
2
Accepted Answer

If you are trying to trigger an action, like a notification, you can use EventBridge. See: Configuring EventBridge for Systems Manager events.

AWS
EXPERT

answered 4 years ago

  • No, my trigger is executed by Run Command and Automation of AWS Systems Manager

  • You can write an EventBridge rule that looks for Failed SSM Automation events. Then pick a target like you would do with an alarm.

1
EXPERT

answered 4 years 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.