Skip to content

Instantly share code, notes, and snippets.

@ejsarge
Created April 10, 2012 13:06
Show Gist options
  • Save ejsarge/2351238 to your computer and use it in GitHub Desktop.
Save ejsarge/2351238 to your computer and use it in GitHub Desktop.
TrailHunger.com Setup AWS Auto Scaling Notifications
as-put-notification-configuration MyGroup --topic-arn arn:placeholder:MyTopic
--notification-types autoscaling:EC2_INSTANCE_LAUNCH, autoscaling:EC2_INSTANCE_TERMINATE,
autoscaling:EC2_INSTANCE_LAUNCH_ERROR, autoscaling:EC2_INSTANCE_TERMINATE_ERROR,
autoscaling:TEST_NOTIFICATION
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment