Bird
0
0

You configured a Network ACL to allow inbound HTTP (port 80) traffic but forgot to add the corresponding outbound rule. What issue will you observe?

medium📝 Debug Q6 of 15
AWS - Security Groups and Network ACLs
You configured a Network ACL to allow inbound HTTP (port 80) traffic but forgot to add the corresponding outbound rule. What issue will you observe?
ANo impact because Security Groups handle outbound traffic
BInbound HTTP traffic will be blocked
COutbound HTTP traffic will be allowed automatically
DInbound HTTP traffic will be allowed, but responses will be blocked
Step-by-Step Solution
Solution:
  1. Step 1: Understand stateless nature of Network ACLs

    Network ACLs require explicit inbound and outbound rules because they are stateless.
  2. Step 2: Analyze missing outbound rule impact

    Inbound HTTP packets arrive, but response packets outbound are blocked without outbound rule.
  3. Final Answer:

    Inbound HTTP traffic will be allowed, but responses will be blocked -> Option D
  4. Quick Check:

    Stateless NACLs need both inbound and outbound rules [OK]
Quick Trick: NACLs need both inbound and outbound rules for two-way traffic [OK]
Common Mistakes:
  • Assuming inbound rule alone is enough
  • Confusing stateful Security Groups with stateless NACLs
  • Ignoring response traffic requirements

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More AWS Quizzes