Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to get CloudWatch to send an alarm every time a threshold has been breached?

Currently using this script to monitor:

http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/mon-scripts.html

When the script is first run we receive the email, but after that the email never sends (even though the threshold has been breached continuously).

like image 225
Adz Avatar asked Oct 16 '25 00:10

Adz


1 Answers

Amazon CloudWatch alarms will only trigger notifications when the state of the Alarm changes. It will not continuously send alarms when the state is Alert and it is not possible to configure such behavior.

One exception to this is triggering Auto Scaling changes -- it will continually try to trigger an Auto Scaling policy while the state is in Alarm.

like image 195
John Rotenstein Avatar answered Oct 18 '25 18:10

John Rotenstein



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!