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

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

Deletes the specified ingress or egress entry (rule) from thespecified network ACL.Show details from next link. https://docs.aws.amazon.com/ja_jp/cli/latest/reference/ec2/delete-network-acl-entry.html

aws ec2 delete-network-acl-entry --network-acl-id acl-5fb85d36 --ingress --rule-number 100
    delete-network-acl — AWS CLI 1.16.6 Command Reference : http://docs.aws.amazon.com/cli/latest/reference/ec2/delete-network-acl-entry.html
aws ec2 delete-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 のオプション一覧