A company is configuring a multi-tier web application within an Amazon VPC and needs to implement granular network security controls. The network architect plans to use a combination of Security Groups and Network Access Control Lists (Network ACLs) to secure the application instances and subnets. Which of the following statements correctly describe how Security Groups and Network ACLs handle inbound and outbound traffic? (Select TWO.)
- Security Groups are stateful, meaning allowed inbound traffic is automatically permitted to flow outbound as return traffic.Cevap
- Network ACLs are stateless, meaning return traffic for allowed inbound requests must be explicitly permitted by an outbound rule.Cevap
- CSecurity Groups are stateless, requiring separate rule configurations for both inbound request traffic and outbound return traffic.
- DNetwork ACLs operate at the individual network interface level, while Security Groups operate at the subnet boundary.
- EAmazon Inspector can be configured as a subnet-level firewall to inspect and filter real-time HTTP traffic.
Cevap
Security Groups are stateful (allowing return traffic automatically) and Network ACLs are stateless (requiring explicit rules for return traffic).
Security Groups are stateful firewalls that operate at the instance level (network interface level). Any allowed inbound traffic automatically permits the corresponding outbound return traffic. In contrast, Network ACLs are stateless firewalls that operate at the subnet level. They do not remember connection states, so outbound return traffic must be explicitly allowed by an outbound rule.
Adım Adım Çözüm
Anahtar Kavram
Stateful Security Groups vs. Stateless Network ACLs