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: 248

Filed under:

I have Nagios, and I want it to stop monitoring instances when they are stopped from the console. The requirements are:

  1. 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

  2. The message will pass quickly

  3. 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

Related posts about amazon-ec2