Bird
0
0

An outbound rule allows all traffic to 10.0.0.0/16 but the instance cannot reach 10.0.1.5. What is a possible cause?

medium📝 Debug Q7 of 15
AWS - Security Groups and Network ACLs
An outbound rule allows all traffic to 10.0.0.0/16 but the instance cannot reach 10.0.1.5. What is a possible cause?
AThe subnet mask in the rule is incorrect
BThe instance has no internet gateway attached
CThe security group is not attached to the instance
DInbound rules block traffic from 10.0.1.5
Step-by-Step Solution
Solution:
  1. Step 1: Confirm outbound rule covers 10.0.1.5

    10.0.0.0/16 includes 10.0.1.5, so outbound rule is correct.
  2. Step 2: Check inbound rules

    If inbound rules block traffic from 10.0.1.5, communication fails despite outbound allowance.
  3. Final Answer:

    Inbound rules block traffic from 10.0.1.5 -> Option D
  4. Quick Check:

    Inbound rules must allow return traffic from destination [OK]
Quick Trick: Inbound rules must allow traffic from destination IP [OK]
Common Mistakes:
  • Assuming outbound rules alone control connectivity
  • Ignoring inbound rule restrictions

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More AWS Quizzes