1EUCA-CREATE-NETWORK-ACL-ENTRY(1) User CommandsEUCA-CREATE-NETWORK-ACL-ENTRY(1)
2
3
4
6 euca-create-network-acl-entry - Create a new entry in a VPC network ACL
7
9 euca-create-network-acl-entry -n INT (--allow | --deny) -r CIDR
10
11 [-P PROTOCOL] [--egress] [-p RANGE]
12 [-t TYPE:CODE] [--show-empty-fields] [-U URL] [--region
13 USER@REGION] [-I KEY_ID] [-S KEY] [--security-token TOKEN]
14 [--debug] [--debugger] [--version] [-h] NACL
15
17 Create a new entry in a VPC network ACL
18
19 positional arguments:
20 NACL ID of the network ACL to add the entry to (required)
21
22 optional arguments:
23 -n INT, --rule-number INT
24 rule number for the new entry (required)
25
26 --allow
27 make the new entry allow the traffic it matches
28
29 --deny make the new entry block the traffic it matches
30
31 -r CIDR, --cidr CIDR
32 CIDR address range the entry should affect (required)
33
34 -P PROTOCOL, --protocol PROTOCOL
35 protocol the entry should apply to (default: all)
36
37 --egress
38 make the entry affect outgoing (egress) network traffic
39 (default: affect incoming (ingress) traffic)
40
41 -p RANGE, --port-range RANGE
42 range of ports (specified as "from-to") or a single port number
43 (required for tcp and udp)
44
45 -t TYPE:CODE, --icmp-type-code TYPE:CODE
46 ICMP type and code (specified as "type:code") (required for
47 icmp)
48
49 --show-empty-fields
50 show empty values as "(nil)"
51
52 -U URL, --url URL
53 compute service endpoint URL
54
55 --region USER@REGION
56 region and/or user names to search when looking up config file
57 data
58
59 -I KEY_ID, --access-key-id KEY_ID
60
61 -S KEY, --secret-key KEY
62
63 --security-token TOKEN
64
65 --debug
66 show debugging output
67
68 --debugger
69 launch interactive debugger on error
70
71 --version
72 show the program's version and exit
73
74 -h, --help
75 show this help message and exit
76
77
78
79euca2ools 3.4 December 2016EUCA-CREATE-NETWORK-ACL-ENTRY(1)