AWS - VPC FundamentalsHow can you ensure that a subnet in a VPC remains isolated from the internet but can communicate with other subnets?AUse overlapping CIDR blocks in the subnetBAssign public IPs to all instances in the subnetCDo not attach an internet gateway and configure route tables accordinglyDAttach a NAT gateway to the subnetCheck Answer
Step-by-Step SolutionSolution:Step 1: Understand internet isolationWithout an internet gateway and proper routes, subnet cannot access the internet.Step 2: Confirm internal communicationRoute tables allow communication between subnets inside the VPC.Final Answer:Do not attach an internet gateway and configure route tables accordingly -> Option CQuick Check:No internet gateway = no internet access, internal communication allowed [OK]Quick Trick: No internet gateway means subnet is internet-isolated [OK]Common Mistakes:MISTAKESAssigning public IPs which enable internet accessUsing NAT gateway which allows outbound internetOverlapping CIDRs cause routing conflicts
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 7medium AWS CLI - Why CLI matters for automation - Quiz 7medium Cloud Computing Fundamentals - Edge locations and CloudFront overview - Quiz 1easy EC2 Fundamentals - Why EC2 matters for compute - Quiz 6medium EC2 Fundamentals - Instance metadata and user data - Quiz 4medium Identity and Access Management - Assuming roles for temporary access - Quiz 13medium Identity and Access Management - Least privilege principle - Quiz 11easy Identity and Access Management - Multi-factor authentication setup - Quiz 8hard Security Groups and Network ACLs - Stateful behavior of security groups - Quiz 6medium VPC Fundamentals - Internet Gateway for public access - Quiz 9hard