Bird
0
0

Why does an Internet Gateway not perform network address translation (NAT) for instances in a public subnet?

hard📝 Conceptual Q10 of 15
AWS - VPC Fundamentals
Why 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.
Step-by-Step Solution
Solution:
  1. Step 1: Understand Internet Gateway function

    IGW provides a target for internet traffic but does not modify IP addresses.
  2. Step 2: Understand NAT role

    NAT translates private IPs to public IPs; public subnet instances already have public IPs.
  3. Final Answer:

    Because instances in a public subnet have public IPs and communicate directly with the internet. -> Option B
  4. Quick 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 NAT
  • Confusing route table with NAT function

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More AWS Quizzes