Bird
0
0

Which AWS component must be modified to enable routing of traffic between two VPCs connected via a peering connection?

easy📝 Conceptual Q2 of 15
AWS - VPC Fundamentals
Which AWS component must be modified to enable routing of traffic between two VPCs connected via a peering connection?
AInternet Gateway attached to the VPCs
BSecurity groups attached to the instances
CNetwork ACLs of the peered VPCs
DRoute tables associated with the subnets in each VPC
Step-by-Step Solution
Solution:
  1. Step 1: Identify the routing mechanism

    Traffic between peered VPCs is routed via route tables, not security groups or NACLs.
  2. Step 2: Update route tables

    To allow communication, add routes in each VPC's route table pointing to the peered VPC's CIDR block via the peering connection.
  3. Final Answer:

    Route tables associated with the subnets in each VPC -> Option D
  4. Quick Check:

    Routing requires route table updates [OK]
Quick Trick: Update route tables to route traffic via peering connection [OK]
Common Mistakes:
MISTAKES
  • Assuming security groups alone allow cross-VPC traffic
  • Forgetting to add routes in both VPCs
  • Trying to use Internet Gateway for peered VPC traffic

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More AWS Quizzes