Bird
0
0

A user configures a NACL with inbound ALLOW for TCP port 8080 but forgets to add outbound ALLOW for ephemeral ports. What issue arises?

medium📝 Debug Q7 of 15
AWS - Security Groups and Network ACLs
A user configures a NACL with inbound ALLOW for TCP port 8080 but forgets to add outbound ALLOW for ephemeral ports. What issue arises?
AInbound requests and responses both succeed automatically.
BInbound requests are blocked due to missing outbound rule.
CInbound requests succeed but responses are blocked, causing connection failure.
DOutbound traffic is allowed by default, so no issue.
Step-by-Step Solution
Solution:
  1. Step 1: Understand inbound rule effect

    Inbound ALLOW on port 8080 lets requests reach the instance.
  2. Step 2: Recognize missing outbound ephemeral port rule

    Responses use ephemeral ports outbound; missing ALLOW blocks them.
  3. Final Answer:

    Inbound requests succeed but responses are blocked, causing connection failure. -> Option C
  4. Quick Check:

    Missing outbound ephemeral port ALLOW = response blocked [OK]
Quick Trick: Allow ephemeral ports outbound for response traffic [OK]
Common Mistakes:
  • Assuming inbound ALLOW covers responses
  • Ignoring ephemeral port usage
  • Believing outbound is allowed by default

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More AWS Quizzes