AWS - VPC FundamentalsWhich route table entry correctly configures a public subnet?ADestination: 0.0.0.0/0, Target: nat-12345678BDestination: 0.0.0.0/0, Target: igw-12345678CDestination: 10.0.0.0/16, Target: localDDestination: 0.0.0.0/0, Target: vpc-12345678Check Answer
Step-by-Step SolutionSolution:Step 1: Identify public subnet routePublic subnets require a route to the internet gateway (IGW) for internet access.Step 2: Match route table entryDestination 0.0.0.0/0 with target igw-12345678 correctly routes internet traffic to IGW.Final Answer:Destination: 0.0.0.0/0, Target: igw-12345678 -> Option BQuick Check:Public subnet route = IGW target [OK]Quick Trick: Public subnet route must target IGW [OK]Common Mistakes:MISTAKESUsing NAT as target for public subnetUsing VPC ID as route targetConfusing local routes with internet routes
Master "VPC Fundamentals" in AWS9 interactive learning modes - each teaches the same concept differentlyLearnWhyDeepVisualTryChallengeProjectRecallTime
More AWS Quizzes AWS Account and Billing - Root user vs IAM user - Quiz 13medium EC2 Fundamentals - Elastic IP addresses - Quiz 10hard EC2 Fundamentals - Key pairs for SSH access - Quiz 13medium EC2 Fundamentals - Why EC2 matters for compute - Quiz 1easy Identity and Access Management - Multi-factor authentication setup - Quiz 11easy Identity and Access Management - Why IAM is foundational - Quiz 5medium Identity and Access Management - Policy evaluation logic - Quiz 1easy S3 Fundamentals - Static website hosting on S3 - Quiz 15hard VPC Fundamentals - Internet Gateway for public access - Quiz 7medium VPC Fundamentals - Default VPC overview - Quiz 14medium