Command option Sample:aws elbv2 modify-target-group

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

Modifies the health checks used when evaluating the health state ofthe targets in the specified target group.Show details from next link. https://docs.aws.amazon.com/ja_jp/cli/latest/reference/elbv2/modify-target-group.html

aws elbv2 modify-target-group --target-group-arn arn:aws:elasticloadbalancing:us-west-2:123456789012:targetgroup/my-https-targets/2453ed029918f21f --health-check-protocol HTTPS --health-check-port 443
    modify-target-group — AWS CLI 1.16.6 Command Reference : http://docs.aws.amazon.com/cli/latest/reference/elbv2/modify-target-group.html
aws elbv2 modify-target-group --target-group-arn arn:aws:elasticloadbalancing:ap-southeast-2:someaccountno:targetgroup/sometargetgroup/c72b378a052b6b4d --health-check-protocol HTTPS --health-check-port 443 --health-check-path /someurl/status
    aws_elbv2_create 揃 GitHub : http://gist.github.com/newlyregistered26/9a2f16ede09e899d13fa8bd193b33e9c
aws elbv2 modify-target-group \u003cspan class=\
    [JAWS-UG CLI] Application Load Balancer 入門 #1 : http://qiita.com/zakky/items/34be198d1816e99d7a1a

aws のオプション一覧