A team is setting up a database subnet in an Amazon VPC and needs to block all inbound traffic from a specific malicious IP address before it reaches any resource within that subnet. Which AWS firewall feature should they configure to enforce this subnet-level, stateless traffic filtering?
- Network Access Control ListAnswer
- BSecurity group
- CVPC peering connection
- DAWS Transit Gateway
Answer
Network Access Control List
A Network Access Control List (NACL) is the correct choice because it functions as a stateless firewall at the subnet level and allows the creation of explicit deny rules to block specific IP addresses.
Step-by-Step Solution
Key Concept
Subnet-level stateless filtering using Network Access Control Lists (NACLs)
Estimated Time:1m 0s