AWS Security NACLS Flashcards
1
Q
What are Network Access Control Lists associated to?
A
Networks (or subnets as they call them).
1
Q
What is a network access control list?
A
A network access control list (ACL) is an optional layer of security for your VPC that acts as a firewall for controlling traffic in and out of one or more subnets.
2
Q
Why are Network Access Control Lists implemented?
A
To secure the boundaries of the Virtual Private Clouds VPC’s.
3
Q
What are some features of a NACL when applied to a subnet?
A
- A NACL is an ordered list of rules.
- Each rule can either allow or deny traffic
- NACL works by processing the rules from the lowest number to the highest.
- AWS recommends that the rules be listed in increments. Ex. 5, 10, 15.
4
Q
True or false: If a NACL rule allows traffic generated from within AWS to an external location, then the inbound rule must allow the response to such traffic to come back.
A
True.