PassDrill Free practice questions with explanations that actually teach.

AWS-SAA · vpc · Q002 · easy

A web server sits in a subnet protected by both a security group and the default network ACL. An inbound rule on the security group allows TCP 443 from 0.0.0.0/0. No outbound rule was added to the security group. What happens to the server's response traffic on port 443?

  1. The response is blocked because there is no matching outbound security group rule
  2. The response is automatically allowed because security groups are stateful and track connections
  3. The response is allowed only because the default NACL allows all traffic
  4. The response requires an explicit outbound rule permitting ephemeral ports back to the client