コマンドオプションサンプル:aws autoscaling put-notification-configuration

コマンドサンプルを検索した結果です。

指定されたイベントが発生したときに通知を送信するようにAuto Scalingグループを設定します。 詳細は次のリンクを参照してください。 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イベントの発生をLambdaでChatWorkに通知する | Developers.IO : http://dev.classmethod.jp/cloud/aws/autoscaling-event-notify-chatwork/
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 --auto-scaling-group-name test-sg \
    非ELBなAutoscalingによる自動復旧 - @ijin : http://ijin.github.io/blog/2013/02/08/self-healing-with-non-elb-autoscaling/
aws autoscaling put-notification-configuration \
  : http://qiita.com/bells17/items/2826f8e32828ad857f4a

aws のオプション一覧