A digital publishing company hosts its content management system on Amazon Elastic Compute Cloud (Amazon EC2) instances within a public subnet. Following a security audit, the team needs to implement a rule that blocks a specific list of malicious IP addresses from reaching any resources within that subnet. Additionally, the security team notes that the control must evaluate both inbound and outbound traffic separately since it does not automatically track connection states. Which AWS resource should the company configure to meet these requirements?
- Network Access Control Lists (Network ACLs)Answer
- BSecurity Groups
- CAWS Shield Standard
- DAmazon GuardDuty
Answer
Network Access Control Lists (Network ACLs)
The correct answer is Network Access Control Lists (Network ACLs). Network ACLs act as a stateless firewall at the subnet level. They support both allow and deny rules (enabling the block of specific IP addresses) and require separate configuration for inbound and outbound traffic because they do not track connection states.
Step-by-Step Solution
Key Concept
Stateful vs. Stateless AWS Firewall Features at Subnet and Instance Levels
Estimated Time:1m 30s