AWS - VPC FundamentalsWhich AWS component must be modified to enable routing of traffic between two VPCs connected via a peering connection?AInternet Gateway attached to the VPCsBSecurity groups attached to the instancesCNetwork ACLs of the peered VPCsDRoute tables associated with the subnets in each VPCCheck Answer
Step-by-Step SolutionSolution:Step 1: Identify the routing mechanismTraffic between peered VPCs is routed via route tables, not security groups or NACLs.Step 2: Update route tablesTo allow communication, add routes in each VPC's route table pointing to the peered VPC's CIDR block via the peering connection.Final Answer:Route tables associated with the subnets in each VPC -> Option DQuick Check:Routing requires route table updates [OK]Quick Trick: Update route tables to route traffic via peering connection [OK]Common Mistakes:MISTAKESAssuming security groups alone allow cross-VPC trafficForgetting to add routes in both VPCsTrying to use Internet Gateway for peered VPC traffic
Master "VPC Fundamentals" in AWS9 interactive learning modes - each teaches the same concept differentlyLearnWhyDeepVisualTryChallengeProjectRecallTime
More AWS Quizzes AWS Account and Billing - Creating an AWS account - Quiz 1easy AWS Account and Billing - Billing dashboard overview - Quiz 10medium Cloud Computing Fundamentals - AWS global infrastructure (regions, AZs) - Quiz 6medium Identity and Access Management - IAM best practices - Quiz 13medium Identity and Access Management - Managed vs inline policies - Quiz 5medium Identity and Access Management - IAM users and groups - Quiz 6medium Identity and Access Management - IAM roles concept - Quiz 5medium S3 Fundamentals - S3 lifecycle rules - Quiz 13medium Security Groups and Network ACLs - Stateless behavior of NACLs - Quiz 13medium VPC Fundamentals - Route tables configuration - Quiz 15hard