Bird
0
0

You created an Internet Gateway and attached it to your VPC, but instances in the public subnet still cannot access the internet. What is the most likely misconfiguration?

medium📝 Debug Q6 of 15
AWS - VPC Fundamentals
You created an Internet Gateway and attached it to your VPC, but instances in the public subnet still cannot access the internet. What is the most likely misconfiguration?
AThe subnet does not have a security group.
BThe Internet Gateway is not attached to the subnet.
CThe VPC does not have an Elastic IP.
DThe route table for the subnet does not have a route to the Internet Gateway.
Step-by-Step Solution
Solution:
  1. Step 1: Check Internet Gateway attachment

    The IGW is attached to the VPC, so that is correct.
  2. Step 2: Verify route table configuration

    If the route table lacks a route to the IGW, traffic won't reach the internet.
  3. Final Answer:

    The route table for the subnet does not have a route to the Internet Gateway. -> Option D
  4. Quick Check:

    Route table must route to IGW for internet access [OK]
Quick Trick: Route table must include IGW route for internet access [OK]
Common Mistakes:
MISTAKES
  • Thinking IGW attaches to subnet directly
  • Assuming Elastic IP is required for VPC

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More AWS Quizzes