How to reliably recieve message from AWS that my instance was rebooted / terminated / stopped?
Posted
by
Andrew Smith
on Server Fault
See other posts from Server Fault
or by Andrew Smith
Published on 2012-09-24T14:41:37Z
Indexed on
2012/09/24
15:39 UTC
Read the original article
Hit count: 270
amazon-ec2
I have Nagios, and I want it to stop monitoring instances when they are stopped from the console. The requirements are:
The message passed from AWS is 100R% reliable, e.g. when Nagios is down, and the message cannot be delivered, it will be re-delivered promptly when Nagios is up
The message will pass quickly
There is no need to scan status of all instances via EC2 API all the time, but only once a while
Many thanks!
© Server Fault or respective owner