AWS - VPC FundamentalsAn engineer created a NAT Gateway in a public subnet but forgot to attach an Elastic IP. What will be the result?APrivate subnet instances will access internet directlyBNAT Gateway will assign public IPs automaticallyCInternet Gateway will route traffic without issuesDInstances in private subnet will not have internet accessCheck Answer
Step-by-Step SolutionSolution:Step 1: Understand Elastic IP roleNAT Gateway requires Elastic IP to communicate with internet.Step 2: Effect of missing Elastic IPWithout Elastic IP, NAT Gateway cannot route outbound traffic properly.Final Answer:Instances in private subnet will not have internet access -> Option DQuick Check:NAT Gateway needs Elastic IP for internet access [OK]Quick Trick: NAT Gateway without Elastic IP blocks internet access [OK]Common Mistakes:Assuming NAT Gateway auto-assigns public IPsThinking Internet Gateway fixes NAT Gateway issuesBelieving private subnet can access internet directly
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