Command option Sample:aws autoscaling record-lifecycle-action-heartbeat

Search command sample in the internet.It is the result.

Records a heartbeat for the lifecycle action associated with thespecified token or instance.Show details from next link. https://docs.aws.amazon.com/ja_jp/cli/latest/reference/autoscaling/record-lifecycle-action-heartbeat.html

aws autoscaling record-lifecycle-action-heartbeat --instance-id i-1a2b3c4d5e6f7g --lifecycle-hook-name my-launch-hook --auto-scaling-group-name my-asg
    AWS – Auto Scaling Lifecycle Hooks « darksideclouds.wordpress.com : http://darksideclouds.wordpress.com/2017/03/21/auto-scaling-lifecycle-hooks/
aws autoscaling record-lifecycle-action-heartbeat --instance-id i-1a2b3c4d --lifecycle-hook-name my-launch-hook --auto-scaling-group-name my-asg
    Amazon EC2 Auto Scaling Lifecycle Hooks - Amazon EC2 Auto Scaling : http://docs.aws.amazon.com/autoscaling/ec2/userguide/lifecycle-hooks.html
aws autoscaling record-lifecycle-action-heartbeat --lifecycle-hook-name my-lifecycle-hook --instance-id my-instance
    amazon web services - How to detect state of aws instance from inside of itself? - Stack Overflow : http://stackoverflow.com/questions/35914004/how-to-detect-state-of-aws-instance-from-inside-of-itself
aws autoscaling record-lifecycle-action-heartbeat --lifecycle-action-token bcd2f1b8-9a78-44d3-8a7a-4dd07d7cf635 --lifecycle-hook-name my-launch-hook --auto-scaling-group-name my-asg aws autoscaling complete-lifecycle-action --lifecycle-action-result CONTINUE --lifecycle-action-token bcd2f1b8-9a78-44d3-8a7a-4dd07d7cf635 --lifecycle-hook-name my-launch-hook --auto-scaling-group-name my-asg Send Heartbeat to Extend Complete Action Early
    Deep Dive Amazon EC2 : http://www.slideshare.net/AmazonWebServices/deep-dive-amazon-ec2
aws autoscaling record-lifecycle-action-heartbeat --lifecycle-action-token
    AWS Auto-scaling Lifecycle Hooks | TO THE NEW Blog : http://www.tothenew.com/blog/aws-auto-scaling-lifecycle-hooks-2/

aws のオプション一覧