Bird
0
0

You have three VPCs: VPC A, VPC B, and VPC C. VPC A is peered with VPC B, and VPC B is peered with VPC C. Can instances in VPC A communicate with instances in VPC C through VPC B?

hard📝 Application Q8 of 15
AWS - VPC Fundamentals
You have three VPCs: VPC A, VPC B, and VPC C. VPC A is peered with VPC B, and VPC B is peered with VPC C. Can instances in VPC A communicate with instances in VPC C through VPC B?
ANo, because VPC peering does not support transitive routing
BYes, if route tables in VPC B allow forwarding
CYes, if security groups allow traffic
DNo, because peering connections must be in the same region
Step-by-Step Solution
Solution:
  1. Step 1: Understand transitive routing limitation

    VPC peering connections do not allow traffic to transit through a third VPC.
  2. Step 2: Analyze the scenario

    Even if VPC A is peered with B and B with C, A cannot reach C through B.
  3. Final Answer:

    No, because VPC peering does not support transitive routing -> Option A
  4. Quick Check:

    Transitive routing = Not allowed in VPC peering [OK]
Quick Trick: Peering is one-to-one, no transit through third VPC [OK]
Common Mistakes:
MISTAKES
  • Assuming route tables enable transit
  • Ignoring transitive routing limitation
  • Confusing region restrictions with transit

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More AWS Quizzes