Bird
0
0

You created a route table and associated it with a subnet, but instances in that subnet cannot access the internet. What is the most likely mistake?

medium📝 Debug Q14 of 15
AWS - VPC Fundamentals
You created a route table and associated it with a subnet, but instances in that subnet cannot access the internet. What is the most likely mistake?
AThe route table lacks a route to an internet gateway
BThe subnet is not associated with any route table
CThe route table has a route to a NAT gateway instead of an internet gateway
DThe instances have no security group attached
Step-by-Step Solution
Solution:
  1. Step 1: Check route table routes for internet access

    Internet access requires a route to an internet gateway (igw) for 0.0.0.0/0.
  2. Step 2: Identify missing or incorrect routes

    If the route to the internet gateway is missing, instances cannot reach the internet despite association.
  3. Final Answer:

    The route table lacks a route to an internet gateway -> Option A
  4. Quick Check:

    Internet needs 0.0.0.0/0 route to igw [OK]
Quick Trick: Check for 0.0.0.0/0 route to internet gateway [OK]
Common Mistakes:
MISTAKES
  • Assuming subnet association alone grants internet access
  • Confusing NAT gateway with internet gateway routes
  • Ignoring security group rules as cause

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More AWS Quizzes