A system administrator is reviewing the network access controls for a new application environment within an Amazon VPC. The administrator wants to ensure that the security groups and network access control lists (network ACLs) are configured correctly. Which TWO statements accurately describe the traffic-filtering behavior of these security components? (Select TWO.)
- A security group automatically permits outbound return traffic for any allowed inbound connection.Answer
- A network ACL requires a separate outbound rule to allow the return traffic of a permitted inbound connection.Answer
- CA newly created custom network ACL automatically allows all inbound and outbound traffic by default.
- DA newly created security group automatically permits all inbound traffic from any source by default.
- EA network ACL is associated directly with individual Elastic Network Interfaces (ENIs) of EC2 instances to filter traffic.
Answer
Security groups automatically permit outbound return traffic for any allowed inbound connection, and network ACLs require a separate outbound rule to allow the return traffic of a permitted inbound connection.
The correct options accurately describe that security groups automatically permit outbound return traffic for any allowed inbound connection due to their stateful nature, and network ACLs require a separate outbound rule to allow the return traffic of a permitted inbound connection because they are stateless.
Step-by-Step Solution
Key Concept
Stateful vs. stateless traffic filtering in Amazon VPC using Security Groups and Network ACLs
Estimated Time:1m 0s