An organization is designing a security strategy for its Amazon Virtual Private Cloud (Amazon VPC) to defend against network-level attacks. The security team requires a stateless traffic filtering mechanism that can evaluate rules at the boundary of a subnet. Which Amazon VPC feature should the security team implement to satisfy this requirement?
- ASecurity Groups
- Network Access Control ListsAnswer
- CRoute Tables
- DTransit Gateways
Answer
Network Access Control Lists
Network Access Control Lists (NACLs) act as a firewall for associated subnets, controlling both inbound and outbound traffic at the subnet boundary. They are stateless, meaning that return traffic must be explicitly allowed by rules.
Step-by-Step Solution
Key Concept
Understanding the difference between stateful instance-level security groups and stateless subnet-level Network Access Control Lists (NACLs).