AWS - VPC FundamentalsWhat is the main difference between a public subnet and a private subnet in AWS?AA public subnet has a route to an internet gateway, a private subnet does not.BA private subnet has a route to an internet gateway, a public subnet does not.CBoth subnets have direct internet access by default.DPublic subnets are only used for databases, private subnets for web servers.Check Answer
Step-by-Step SolutionSolution:Step 1: Understand subnet routingA public subnet must have a route to the internet gateway (IGW) to allow internet access.Step 2: Compare public and private subnet routesPrivate subnets do not have a direct route to the IGW, so they cannot access the internet directly.Final Answer:A public subnet has a route to an internet gateway, a private subnet does not. -> Option AQuick Check:Subnet routing = public subnet has IGW route [OK]Quick Trick: Public subnet = route to internet gateway [OK]Common Mistakes:Confusing which subnet has internet accessAssuming private subnets have direct internet routesThinking both subnets behave the same
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 1easy AWS CLI - Installing AWS CLI - Quiz 4medium AWS CLI - CLI output formats (json, table, text) - Quiz 10hard Cloud Computing Fundamentals - What is cloud computing - Quiz 15hard Cloud Computing Fundamentals - AWS free tier overview - Quiz 2easy Cloud Computing Fundamentals - AWS global infrastructure (regions, AZs) - Quiz 5medium Cloud Computing Fundamentals - What is cloud computing - Quiz 13medium S3 Fundamentals - Why S3 matters for object storage - Quiz 15hard Security Groups and Network ACLs - Security groups vs NACLs decision - Quiz 3easy Security Groups and Network ACLs - Network ACLs overview - Quiz 4medium