Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...


Create a security group

In order to create a new security group do

...

  • --ingress denotes that the rule applies to incoming network traffic. This option is default if neither ingress or egress is specified
  • --egress denotes that the rule applies to outoging network traffic
  • <protocol> is the protocol of the network, typically TCP, UDP or ICMP
  • <ip-address>  is the remote ip address block. By default 0.0.0.0/0 
  • `<port<port-range> is the ranges of ports at destination that the rule applies to. Can be given as a single port, e.g. 22, or a range, e.g. 120:125