Configures an Auto Scaling group to send notifications when specifiedevents take place.Show details from next link. https://docs.aws.amazon.com/ja_jp/cli/latest/reference/autoscaling/put-notification-configuration.html
aws autoscaling put-notification-configuration --auto-scaling-group-name |
: http://blog.mattrevell.net/2014/02/ |
aws autoscaling put-notification-configuration --auto-scaling-group-name my-asg --topic-arn arn --notification-types "autoscaling:EC2_INSTANCE_LAUNCH" "autoscaling:EC2_INSTANCE_TERMINATE" |
Getting SNS Notifications When Your Auto Scaling Group Scales - Amazon EC2 Auto Scaling : http://docs.aws.amazon.com/autoscaling/ec2/userguide/ASGettingNotifications.html |
aws autoscaling put-notification-configuration --auto-scaling-group-name my_auto_group --topic-arn arn:aws:sns:us-east-1:xxxxxxxxxxxx:my_sns_topic --notification-type autoscaling:EC2_INSTANCE_LAUNCH |
A SaltStack AWS Auto Scaling Solution 揃 GitHub : http://gist.github.com/hemebond/4b48df43721adb283e0df404501a4b59 |
aws autoscaling put-notification-configuration --auto-scaling-group-name |
scripts/AutoscalingPuppetSqs at master 揃 fsalum/scripts 揃 GitHub : http://github.com/fsalum/scripts/tree/master/AutoscalingPuppetSqs |
aws autoscaling put-notification-configuration \ |
: http://qiita.com/bells17/items/2826f8e32828ad857f4a |