euca-replace-network-acl-entry (1) Linux Manual Page
NAME
euca-replace-network-acl-entry – Replace an entry in a VPC network ACL
SYNOPSIS
euca-replace-network-acl-entry -n INT (–allow | –deny) -r CIDR
- [-P PROTOCOL] [–egress] [-p RANGE]
- [-t TYPE:CODE] [–show-empty-fields] [-U URL] [–region USER [at] REGION] [-I KEY_ID] [-S KEY] [–security-token TOKEN] [–debug] [–debugger] [–version] [-h] NACL
DESCRIPTION
Replace an entry in a VPC network ACL
positional arguments:
- NACL
- ID of the network ACL to add the entry to (required)
optional arguments:
-nINT,–rule-numberINT- rule number for the new entry (required)
–allow- make the new entry allow the traffic it matches
–deny- make the new entry block the traffic it matches
-rCIDR,–cidrCIDR- CIDR address range the entry should affect (required)
-PPROTOCOL,–protocolPROTOCOL- protocol the entry should apply to (default: all)
–egress- make the entry affect outgoing (egress) network traffic (default: affect incoming (ingress) traffic)
-pRANGE,–port-rangeRANGE- range of ports (specified as "from-to") or a single port number (required for tcp and udp)
-tTYPE:CODE,–icmp-type-codeTYPE:CODE- ICMP type and code (specified as "type:code") (required for icmp)
–show-empty-fields- show empty values as "(nil)"
-UURL,–urlURL- compute service endpoint URL
–regionUSER [at] REGION- region and/or user names to search when looking up config file data
-
-IKEY_ID,–access-key-idKEY_ID-SKEY,–secret-keyKEY–security-tokenTOKEN–debug -
- show debugging output
–debugger- launch interactive debugger on error
–version- show the program’s version and exit
-h,–help- show this help message and exit
