How to monitor EC2 instances changes ?
Lot’s of people want’s to keep track of EC2 instance changes, so here’s a simple script that does it very nicely and write all changes to Syslog. ec2-instances-tracker ===================== A script that monitors EC2 instances changes and write the chnages to Syslog Usage: ./ec2-instances-tracker.sh -O <aws-key> -W <aws-secret> [-r all|<region-url>]” Output: ec2-instances-tracker: Region=ec2.eu-west-1.amazonaws.com Conf=current InstanceID=i-8ac90bc7 …
