コマンドオプションサンプル:aws autoscaling delete-lifecycle-hook

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

指定したライフサイクルフックを削除します。 詳細は次のリンクを参照してください。 https://docs.aws.amazon.com/ja_jp/cli/latest/reference/autoscaling/delete-lifecycle-hook.html

aws autoscaling delete-lifecycle-hook --lifecycle-hook-name terminate-hook --auto-scaling-group-name WebGroup
    Blue21: [AWS] SNS(SQS) を使用せずに AutoScaling のライフサイクルフックを使う : http://blue21neo.blogspot.com/2016/08/aws-snssqs-autoscaling.html
aws autoscaling delete-lifecycle-hook --lifecycle-hook-name my-lifecycle-hook --auto-scaling-group-name my-auto-scaling-group
    delete-notification-configuration — AWS CLI 1.16.2 Command Reference : http://docs.aws.amazon.com/cli/latest/reference/autoscaling/delete-lifecycle-hook.html
aws autoscaling delete-lifecycle-hook \
    lifecycled/GUIDE.md at master 揃 JustScaleIt/lifecycled 揃 GitHub : http://github.com/JustScaleIt/lifecycled/blob/master/GUIDE.md
aws autoscaling delete-lifecycle-hook --lifecycle-hook-name
    amazon web services - Autoscaling group never successfully launches any instances - Stack Overflow : http://stackoverflow.com/questions/33914062/autoscaling-group-never-successfully-launches-any-instances
aws autoscaling delete-lifecycle-hook --auto-scaling-group-name QA-Server-AS-Group --lifecycle-hook-name TestHook
    AWS Auto Scaling -Lifecycle Hooks | TO THE NEW Blog : http://www.tothenew.com/blog/aws-auto-scaling-lifecycle-hooks/
aws autoscaling delete-lifecycle-hook --auto-scaling-group-name MyAutoScalingGroupName --lifecycle-hook-name
    Andrew Cavanagh : http://zigbop.io/blog/solving-heartbeat-timeout-errors-in-aws-autoscaling-workers

aws のオプション一覧