A solutions architect is configuring network security for a standard multi-tier application within an Amazon VPC. The architect needs to establish the proper boundaries using Security Groups and Network Access Control Lists (Network ACLs). Which of the following statements correctly describe the characteristics of Security Groups and Network ACLs? (Select TWO.)
- Security groups are stateful, so allowed inbound traffic automatically permits return outbound traffic.Answer
- Network ACLs are stateless, meaning both inbound and outbound traffic must be explicitly allowed.Answer
- CSecurity groups operate at the subnet level and apply to all instances within that subnet.
- DNetwork ACLs operate at the network interface level to protect individual EC2 instances.
- ESecurity groups evaluate rules in numbered order starting with the lowest number.
Answer
Security groups are stateful, so allowed inbound traffic automatically permits return outbound traffic, and Network ACLs are stateless, meaning both inbound and outbound traffic must be explicitly allowed.
Security groups are stateful, which means any traffic allowed inbound is automatically allowed to return outbound, regardless of outbound rules. Network ACLs are stateless, meaning they evaluate traffic inbound and outbound independently, requiring explicit rules in both directions.
Step-by-Step Solution
Key Concept
VPC Network Security layer differences (Security Groups vs Network ACLs)