AWS - VPC FundamentalsWhy does AWS recommend using a NAT Gateway instead of a NAT instance for private subnet internet access?ANAT Gateway is fully managed, scalable, and requires less maintenanceBNAT Gateway allows inbound internet traffic to private instancesCNAT Gateway automatically assigns public IPs to private instancesDNAT Gateway can be deployed without a public subnetCheck Answer
Step-by-Step SolutionSolution:Step 1: Compare NAT Gateway and NAT instanceNAT Gateway is a managed AWS service that scales automatically and needs no patching.Step 2: Understand benefitsNAT Gateway reduces operational overhead and improves availability compared to NAT instances.Final Answer:NAT Gateway is fully managed, scalable, and requires less maintenance -> Option AQuick Check:NAT Gateway benefits = managed and scalable [OK]Quick Trick: NAT Gateway is managed and scalable, unlike NAT instance [OK]Common Mistakes:Thinking NAT Gateway allows inbound trafficAssuming NAT Gateway assigns public IPs to private instancesBelieving NAT Gateway works without public subnet
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