A cloud practitioner is designing a database subnet within an Amazon VPC and needs to apply a firewall rule set at the subnet boundary. The configuration must be stateless, requiring both inbound and outbound traffic rules to be explicitly defined. Which AWS service or feature should be implemented to meet this requirement?
- ASecurity Groups
- Network Access Control Lists (Network ACLs)Answer
- CAmazon GuardDuty
- DAWS Shield Standard
Answer
Network Access Control Lists (Network ACLs)
Network Access Control Lists (Network ACLs) act as a stateless firewall at the subnet boundary. Because they are stateless, any allowed inbound traffic must also have a corresponding outbound rule to allow return traffic (and vice versa).
Step-by-Step Solution
Key Concept
Understanding the stateless and subnet-level characteristics of Network Access Control Lists (Network ACLs)
Estimated Time:45s