AWS - VPC FundamentalsWhich route table entry correctly enables a private subnet to use a NAT Gateway for internet access?A10.0.0.0/16 -> NAT Gateway IDB0.0.0.0/0 -> Internet Gateway IDC0.0.0.0/0 -> NAT Gateway IDD10.0.0.0/16 -> Internet Gateway IDCheck Answer
Step-by-Step SolutionSolution:Step 1: Understand route table for private subnetPrivate subnet routes internet traffic (0.0.0.0/0) to NAT Gateway for outbound access.Step 2: Differentiate from public subnet routingPublic subnet routes 0.0.0.0/0 to Internet Gateway, not NAT Gateway.Final Answer:0.0.0.0/0 -> NAT Gateway ID -> Option CQuick Check:Private subnet route to NAT Gateway = correct [OK]Quick Trick: Private subnet routes 0.0.0.0/0 to NAT Gateway [OK]Common Mistakes:Routing private subnet directly to Internet GatewayUsing wrong CIDR block in routeConfusing NAT Gateway ID with Internet Gateway ID
Master "VPC Fundamentals" in AWS9 interactive learning modes - each teaches the same concept differentlyLearnWhyDeepVisualTryChallengeProjectRecallTime
More AWS Quizzes AWS Account and Billing - AWS Cost Explorer basics - Quiz 10hard AWS CLI - Using profiles for multiple accounts - Quiz 7medium AWS CLI - Why CLI matters for automation - Quiz 10hard AWS CLI - CLI scripting basics - Quiz 6medium EC2 Fundamentals - Why EC2 matters for compute - Quiz 2easy EC2 Fundamentals - Instance states (running, stopped, terminated) - Quiz 4medium Identity and Access Management - Assuming roles for temporary access - Quiz 2easy Identity and Access Management - IAM policies (JSON structure) - Quiz 2easy S3 Fundamentals - Uploading and downloading objects - Quiz 10hard S3 Fundamentals - S3 lifecycle rules - Quiz 4medium