Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 768 Bytes

File metadata and controls

23 lines (20 loc) · 768 Bytes

Security Groups

  • Return to table of contents

  • Notes:

    • Stateful:
      • No ability to restrict returning traffic.
    • Filtering, applied to network interfaces.
    • Applied when traffic goes in or out of an interface.
    • No order processing.
    • Default allow all outbound traffic.
  • Exam Tips:

    • Not able to explicitly deny traffic.
    • Does not work on DNS names:
    • Works with:
      • Logical resources.
      • IPs
      • CIDR ranges.
    • Unless explicitly allowed, there is a hidden implicit deny.
    • Any other logical resources can be referenced.
    • Able to add functional, role based security.
    • You can use the CLI to export the definitions of a SG that you can than use to make a new security group in another region.