A cloud architect needs to implement a network security control that operates at the subnet level to block traffic from a list of known malicious IP addresses before it reaches any EC2 instances. The control must evaluate traffic as it enters and leaves the subnet boundary, and any returned response traffic must be explicitly permitted by a rule because the control does not automatically remember connection states. Which AWS resource should the architect configure?
- ASecurity Groups
- Network Access Control Lists (Network ACLs)Answer
- CAmazon GuardDuty
- DAWS CloudTrail
Answer
Network Access Control Lists (Network ACLs)
Network Access Control Lists (Network ACLs) are stateless firewalls that operate at the subnet level. They require rules to be configured for both inbound and outbound traffic because they do not track connection states.
Step-by-Step Solution
Key Concept
Understanding the differences in scope and state management between Security Groups and Network ACLs.
Estimated Time:1m 0s