AWS - VPC FundamentalsYou launched an instance in the Default VPC but it cannot access the internet. What is a likely misconfiguration?AThe subnet's route table lacks a route to the internet gatewayBThe instance has a public IP assignedCThe security group allows all outbound trafficDThe instance is in a public subnetCheck Answer
Step-by-Step SolutionSolution:Step 1: Check subnet route tableInternet access requires the subnet's route table to have a route directing traffic to the internet gateway.Step 2: Verify other settingsHaving a public IP and correct security group rules are necessary but insufficient without proper routing.Final Answer:The subnet's route table lacks a route to the internet gateway -> Option AQuick Check:Missing internet route = D [OK]Quick Trick: Check subnet route table for internet gateway route [OK]Common Mistakes:MISTAKESAssuming public IP alone guarantees internet accessIgnoring route table configurationBelieving security group alone controls internet access
Master "VPC Fundamentals" in AWS9 interactive learning modes - each teaches the same concept differentlyLearnWhyDeepVisualTryChallengeProjectRecallTime
More AWS Quizzes AWS Account and Billing - Why account management matters - Quiz 15hard Cloud Computing Fundamentals - Cloud service models (IaaS, PaaS, SaaS) - Quiz 6medium Cloud Computing Fundamentals - AWS global infrastructure (regions, AZs) - Quiz 1easy Identity and Access Management - IAM users and groups - Quiz 9hard Identity and Access Management - Why IAM is foundational - Quiz 6medium Identity and Access Management - Assuming roles for temporary access - Quiz 5medium S3 Fundamentals - S3 lifecycle rules - Quiz 11easy Security Groups and Network ACLs - Default security group behavior - Quiz 6medium Security Groups and Network ACLs - Inbound and outbound rules - Quiz 14medium Security Groups and Network ACLs - Inbound and outbound rules - Quiz 13medium