Command option Sample:aws ec2 create-network-acl-entry

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

Creates an entry (a rule) in a network ACL with the specified rulenumber.Show details from next link. https://docs.aws.amazon.com/ja_jp/cli/latest/reference/ec2/create-network-acl-entry.html

aws ec2 create-network-acl-entry --network-acl-id acl-5fb85d36 --ingress --rule-number 100 --protocol udp --port-range From=53
    create-network-acl — AWS CLI 1.16.6 Command Reference : http://docs.aws.amazon.com/cli/latest/reference/ec2/create-network-acl-entry.html
aws ec2 create-network-acl-entry --network-acl-id acl-57e3e835 --rule-number 100 --protocol 6 --rule-action allow --ingress --cidr-block *.*.*.*/0 --port-range From=22
    (aws 1.2.5) aws ec2 create-network-acl-entry : Invalid value 'tcp' for IP protocol 揃 Issue #508 揃 aws/aws-cli 揃 GitHub : http://github.com/aws/aws-cli/issues/508
aws ec2 create-network-acl-entry --network-acl-id acl-XXXXXXXX --ingress --rule-number
     aws network acl · IT notes  : http://nbari.com/post/aws-network-acl/
aws ec2 create-network-acl-entry --network-acl-id acl-public/backend --ingress --rule-number 801 --protocol tcp --port-range From=22
    amazon web services - AWS small setup, secured public access idea.. do away with NAT gateway - Stack Overflow : http://stackoverflow.com/questions/46035055/aws-small-setup-secured-public-access-idea-do-away-with-nat-gateway
aws ec2 create-network-acl-entry --network-acl-id
    Fighting the web hackers… | Brenda A. Bell : http://www.brendaabell.com/2015/10/fighting-the-web-hackers-again-sigh/

aws のオプション一覧