Command option Sample:aws ec2 authorize-security-group-egress

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

Adds one or more egress rules to a security group for use with a VPC.Show details from next link. https://docs.aws.amazon.com/ja_jp/cli/latest/reference/ec2/authorize-security-group-egress.html

aws ec2 authorize-security-group-egress --group-id
    AWS: Not just a place to run your VMs - fREW Schmidt's Foolish Manifesto : http://blog.afoolishmanifesto.com/posts/aws/
aws ec2 authorize-security-group-egress --group-id sg-07d8b7d9bc71e0e5d --protocol=tcp --port 1-65535 --cidr=*.*.*.*/0
    Hands-on: Configure SAP HANA on AWS – part2 | SAP Blogs : http://blogs.sap.com/2018/07/04/hands-on-configure-sap-hana-on-aws-part2/
aws ec2 authorize-security-group-egress --group-idsg-BLOCK-ID \
    Forensics in AWS: an introduction – : : blyx.com : : Blog : : Toni de la Fuente : : : http://blyx.com/2016/03/11/forensics-in-aws-an-introduction/
aws ec2 authorize-security-group-egress --group-id sg-1a2b3c4d --ip-permissions IpProtocol=tcp
    authorize-security-group-ingress — AWS CLI 1.16.6 Command Reference : http://docs.aws.amazon.com/cli/latest/reference/ec2/authorize-security-group-egress.html
aws ec2 authorize-security-group-egress --group-id NAT-SG
    awscli.md 揃 GitHub : http://gist.github.com/kun432/fe4bec827021ff05e978
aws ec2 authorize-security-group-egress --group-id sg-78be801c --protocol tcp --cidr *.*.*.*/0 --port 80
    authorize-security-group-ingress allows --group-name, authorize-security-group-egress and revoke-security-group-egress do not 揃 Issue #1340 揃 aws/aws-cli 揃 GitHub : http://github.com/aws/aws-cli/issues/1340
aws ec2 authorize-security-group-egress --cli-input-json file://auth_sec_grp_egress1.json
    json - A client error (UnknownParameter) occurred when calling the AuthorizeSecurityGroupEgress operation: The parameter CidrIp is not recognized - Stack Overflow : http://stackoverflow.com/questions/29729628/a-client-error-unknownparameter-occurred-when-calling-the-authorizesecuritygro
aws ec2 authorize-security-group-egress --cli-input-json file://auth_sec_grp_egress1.json which gave me error: A client error (UnknownParameter) oc
    Error building cordova get & ldquo; nodevars.bat is not recognized & rdquo; and & ldquo; Invalid attribute predicate & rdquo; - codesd.com : http://www.codesd.com/item/a-client-error-400-occurred-while-calling-the-headobject-operation-bad-request-completed-1-part-s-with-remaining-file-s.html

aws のオプション一覧