1EUCA-REVOKE(1)                   User Commands                  EUCA-REVOKE(1)
2
3
4

NAME

6       euca-revoke - Remove a rule from a security group
7

SYNOPSIS

9       euca-revoke [--egress] [-P PROTOCOL] [-p RANGE] [-t TYPE:CODE] [-s CIDR
10       | -o GROUP]  [-u  ACCOUNT]  [--show-empty-fields]  [-U  URL]  [--region
11       USER@REGION]  [-I  KEY_ID]  [-S KEY] [--security-token TOKEN] [--debug]
12       [--debugger] [--version] [-h] GROUP
13

DESCRIPTION

15       Remove a rule from a security group
16
17   positional arguments:
18       GROUP  name or ID of the security group to modify (required)
19
20   optional arguments:
21       --egress
22              [VPC only] manage an egress rule, which controls traffic leaving
23              the group
24
25       -P PROTOCOL, --protocol PROTOCOL
26              the protocol to affect (Non-VPC: tcp, udp, icmp) (VPC only: tcp,
27              udp, icmp, -1/all, other protocol numbers) (default: tcp)
28
29       -p RANGE, --port-range RANGE
30              range of ports (specified as "from-to") or a single port  number
31              (required for tcp and udp)
32
33       -t TYPE:CODE, --icmp-type-code TYPE:CODE
34              ICMP  type  and  code  (specified  as "type:code") (required for
35              icmp)
36
37       -s CIDR, --cidr CIDR
38              IP range (default: 0.0.0.0/0)
39
40       -o GROUP
41              [Non-VPC only] name of a security group  with  which  to  affect
42              network communication
43
44       -u ACCOUNT
45              ID of the account that owns the security group specified with -o
46
47       --show-empty-fields
48              show empty values as "(nil)"
49
50       -U URL, --url URL
51              compute service endpoint URL
52
53       --region USER@REGION
54              region  and/or  user names to search when looking up config file
55              data
56
57       -I KEY_ID, --access-key-id KEY_ID
58
59       -S KEY, --secret-key KEY
60
61       --security-token TOKEN
62
63       --debug
64              show debugging output
65
66       --debugger
67              launch interactive debugger on error
68
69       --version
70              show the program's version and exit
71
72       -h, --help
73              show this help message and exit
74
75
76
77euca2ools 3.4                    December 2016                  EUCA-REVOKE(1)
Impressum