A company is hosting a database cluster in a private subnet of an Amazon VPC. The security team requires a firewall solution that operates at the subnet boundary to block specific malicious traffic before it reaches any instances, regardless of their individual configurations. Which AWS feature should the company configure to meet this subnet-level security requirement?
- Network Access Control List (Network ACL)Answer
- BSecurity Group
- CAWS Transit Gateway
- DAWS Shield Standard
Answer
Network Access Control List (Network ACL)
The correct answer is Network Access Control List (Network ACL) because it acts as a stateless firewall that controls inbound and outbound traffic at the subnet boundary, applying to all instances inside that subnet.
Step-by-Step Solution
Key Concept
AWS Network Security at the Subnet Level
Estimated Time:1m 0s