コマンドオプションサンプル:aws elbv2 create-rule

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

指定されたリスナーのルールを作成します。 詳細は次のリンクを参照してください。 https://docs.aws.amazon.com/ja_jp/cli/latest/reference/elbv2/create-rule.html

aws elbv2 create-rule --listener-arn listener-arn --priority 10 \ --conditions Field=path-pattern
    Authenticate Users Into Apps w/ AWS Application Load Balancer & Centrify : http://blog.centrify.com/authenticate-aws-application-load-balancer-centrify/
aws elbv2 create-rule \
    ALBのfixed-response設定をawscliでやってみた | Developers.IO : http://dev.classmethod.jp/cloud/aws/alb-fixed-response-with-awscli/
aws elbv2 create-rule --listener-arn arn:aws:elasticloadbalancing:us-west-2:123456789012:listener/app/my-load-balancer/50dc6c495c0c9188/f2f7dc8efc522ab2 --priority 10 --conditions Field=path-pattern
    modify-rule — AWS CLI 1.16.6 Command Reference : http://docs.aws.amazon.com/cli/latest/reference/elbv2/create-rule.html
aws elbv2 create-rule --listener-arn listener-arn --priority 10 \
    elb-application-load-balancers-user-guide/tutorial-application-load-balancer-cli.md at master 揃 awsdocs/elb-application-load-balancers-user-guide 揃 GitHub : http://github.com/awsdocs/elb-application-load-balancers-user-guide/blob/master/doc_source/tutorial-application-load-balancer-cli.md
aws elbv2 create-rule listener-arn
    Introducing Application Load Balancer Unlocking and Optimizing Architectures | Noise : http://noise.getoto.net/2016/08/19/introducing-application-load-balancer-unlocking-and-optimizing-architectures-2/
aws elbv2 create-rule \u003cspan class=\
    AWS Application Load Balancer CLIメモ : http://qiita.com/zakky/items/34be198d1816e99d7a1a
aws elbv2 create-rule --listener-arn (APP-A LISTENER ARN) --priority 10 \
    amazon web services - AWS Application load balancer with classic load balancer - Stack Overflow : http://stackoverflow.com/questions/41379956/aws-application-load-balancer-with-classic-load-balancer
aws elbv2 create-rule --listener-arn [ listener-arn ] --conditions
    AWS Application Load Balancer – IT From All Angles : http://www.itfromallangles.com/2018/07/aws-application-load-balancer/

aws のオプション一覧