Bird
0
0

Why does AWS security group outbound rule allowing all traffic to 0.0.0.0/0 not guarantee successful communication?

hard📝 Conceptual Q10 of 15
AWS - Security Groups and Network ACLs
Why does AWS security group outbound rule allowing all traffic to 0.0.0.0/0 not guarantee successful communication?
ABecause outbound rules only apply to UDP traffic
BBecause inbound rules on the destination instance may block return traffic
CBecause security groups do not control traffic between instances
DBecause 0.0.0.0/0 is an invalid CIDR block
Step-by-Step Solution
Solution:
  1. Step 1: Understand outbound rule scope

    Outbound rule allowing all traffic to 0.0.0.0/0 permits sending traffic anywhere.
  2. Step 2: Consider inbound rules on destination

    If the destination instance's inbound rules block the traffic, communication fails.
  3. Final Answer:

    Because inbound rules on the destination instance may block return traffic -> Option B
  4. Quick Check:

    Inbound rules on destination affect communication success [OK]
Quick Trick: Inbound rules on destination affect communication success [OK]
Common Mistakes:
  • Thinking outbound rules alone guarantee success
  • Misunderstanding CIDR notation

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More AWS Quizzes