Bird
0
0

In AWS, what is a key implication of Network ACLs (NACLs) being stateless when managing traffic?

easy📝 Conceptual Q1 of 15
AWS - Security Groups and Network ACLs
In AWS, what is a key implication of Network ACLs (NACLs) being stateless when managing traffic?
ANACLs only apply to inbound traffic and ignore outbound traffic
BNACLs automatically allow return traffic without additional rules
CNACLs maintain session information to track connections
DReturn traffic must be explicitly allowed by rules in both inbound and outbound directions
Step-by-Step Solution
Solution:
  1. Step 1: Understand stateless behavior

    Stateless means NACLs do not track connection state or sessions.
  2. Step 2: Implication for traffic rules

    Because NACLs don't remember previous packets, return traffic must be explicitly allowed by separate rules for inbound and outbound.
  3. Final Answer:

    Return traffic must be explicitly allowed by rules in both inbound and outbound directions -> Option D
  4. Quick Check:

    Stateless means no automatic return traffic allowance [OK]
Quick Trick: NACLs require explicit rules for both directions [OK]
Common Mistakes:
  • Assuming return traffic is automatically allowed
  • Confusing NACLs with stateful security groups
  • Believing NACLs track session state

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More AWS Quizzes