AWS - VPC FundamentalsWhy does an Internet Gateway not perform network address translation (NAT) for instances in a public subnet?ABecause NAT is handled by the route table.BBecause instances in a public subnet have public IPs and communicate directly with the internet.CBecause the Internet Gateway only routes traffic within the VPC.DBecause Internet Gateway encrypts traffic instead of translating addresses.Check Answer
Step-by-Step SolutionSolution:Step 1: Understand Internet Gateway functionIGW provides a target for internet traffic but does not modify IP addresses.Step 2: Understand NAT roleNAT translates private IPs to public IPs; public subnet instances already have public IPs.Final Answer:Because instances in a public subnet have public IPs and communicate directly with the internet. -> Option BQuick Check:IGW does not do NAT; public IPs enable direct internet access [OK]Quick Trick: IGW routes traffic; NAT is separate and for private IP translation [OK]Common Mistakes:Thinking IGW performs NATConfusing route table with NAT function
Master "VPC Fundamentals" in AWS9 interactive learning modes - each teaches the same concept differentlyLearnWhyDeepVisualTryChallengeProjectRecallTime
More AWS Quizzes AWS Account and Billing - Billing dashboard overview - Quiz 4medium AWS Account and Billing - Why account management matters - Quiz 7medium AWS Account and Billing - Resource tagging for cost tracking - Quiz 12easy AWS Account and Billing - Free tier usage monitoring - Quiz 13medium AWS CLI - CLI output formats (json, table, text) - Quiz 9hard Cloud Computing Fundamentals - AWS global infrastructure (regions, AZs) - Quiz 12easy EC2 Fundamentals - Instance states (running, stopped, terminated) - Quiz 5medium Identity and Access Management - IAM best practices - Quiz 10easy S3 Fundamentals - S3 storage classes (Standard, IA, Glacier) - Quiz 9hard S3 Fundamentals - Bucket policies for access control - Quiz 15hard