ec2_group:documentation explicit a behaviour for sg rules (#36586)
This commit is contained in:
parent
a7062b7587
commit
d212bcf1e7
1 changed files with 7 additions and 0 deletions
|
@ -167,6 +167,13 @@ EXAMPLES = '''
|
|||
- proto: all
|
||||
# the containing group name may be specified here
|
||||
group_name: example
|
||||
- proto: all
|
||||
# in the 'proto' attribute, if you specify -1, all, or a protocol number other than tcp, udp, icmp, or 58 (ICMPv6),
|
||||
# traffic on all ports is allowed, regardless of any ports you specify
|
||||
from_port: 10050 # this value is ignored
|
||||
to_port: 10050 # this value is ignored
|
||||
cidr_ip: 10.0.0.0/8
|
||||
|
||||
rules_egress:
|
||||
- proto: tcp
|
||||
from_port: 80
|
||||
|
|
Loading…
Reference in a new issue