Question

Difficulty: MediumAWS Network Services

A company is designing a secure network architecture in Amazon Virtual Private Cloud (Amazon VPC). The security team requires two distinct layers of control: first, a stateless firewall that controls inbound and outbound traffic at the subnet boundary, and second, a stateful firewall that controls inbound and outbound traffic at the individual Amazon EC2 instance level. Which of the following network security features should the cloud practitioner configure to meet these requirements? (Select TWO.)

  1. Network Access Control Lists (NACLs) configured at the subnet level to provide stateless traffic filteringAnswer
  2. Security groups configured at the instance level to provide stateful traffic filteringAnswer
  3. C
    Network Access Control Lists (NACLs) configured at the instance level to provide stateful traffic filtering
  4. D
    Security groups configured at the subnet level to provide stateless traffic filtering
  5. E
    VPC Peering connections to route and isolate traffic between the web and database subnets

Answer

Configure Network Access Control Lists (NACLs) at the subnet level to provide stateless traffic filtering, and configure Security groups at the instance level to provide stateful traffic filtering.
The correct options are Network Access Control Lists (NACLs) at the subnet level and security groups at the instance level. NACLs act as a stateless firewall controlling traffic in and out of subnets, whereas security groups act as stateful firewalls controlling traffic at the instance level.

Step-by-Step Solution

1
Identify the subnet-level boundary requirement
Network Access Control Lists (NACLs) are selected because they operate at the subnet boundary and are stateless.
The scenario requires a stateless firewall at the subnet level.
2
Identify the instance-level boundary requirement
Security groups are selected because they operate at the network interface (instance) level and are stateful.
The scenario requires a stateful firewall at the individual Amazon EC2 instance level.

Key Concept

Amazon VPC offers two layers of security to control traffic: security groups (stateful, instance-level) and network ACLs (stateless, subnet-level).
Estimated Time:1m 30s
Rate this question