AWS - VPC FundamentalsWhat is the primary reason to use a NAT Gateway in a private subnet in AWS?ATo allow internet users to access instances in the private subnetBTo allow instances in the private subnet to access the internetCTo provide a firewall for the private subnetDTo assign public IP addresses to instances in the private subnetCheck Answer
Step-by-Step SolutionSolution:Step 1: Understand NAT Gateway roleA NAT Gateway allows instances without public IPs to initiate outbound internet traffic.Step 2: Differentiate inbound vs outbound accessIt does not allow inbound internet access to private instances, only outbound.Final Answer:To allow instances in the private subnet to access the internet -> Option BQuick Check:NAT Gateway purpose = Allow outbound internet from private subnet [OK]Quick Trick: NAT Gateway enables outbound internet for private subnet only [OK]Common Mistakes:Thinking NAT Gateway allows inbound internet accessConfusing NAT Gateway with Internet GatewayAssuming NAT Gateway assigns public IPs
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