AWS - VPC FundamentalsYou want to create a new subnet in the Default VPC that does NOT have internet access. What must you do?AUse the existing Default VPC subnet as isBCreate a subnet and attach a new internet gatewayCCreate a subnet and associate it with a route table without an internet gateway routeDDelete the Default VPC and create a new one without internet accessCheck Answer
Step-by-Step SolutionSolution:Step 1: Understand subnet routingInternet access depends on the route table associated with the subnet having a route to the internet gateway.Step 2: Create subnet with restricted route tableTo block internet access, create a subnet and associate it with a route table that lacks any internet gateway route.Final Answer:Create a subnet and associate it with a route table without an internet gateway route -> Option CQuick Check:Subnet internet access controlled by route table = C [OK]Quick Trick: Control internet access via subnet's route table routes [OK]Common Mistakes:MISTAKESAttaching internet gateway to block internet accessUsing Default VPC subnet without changesDeleting Default VPC unnecessarily
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