Bird
0
0

You associated a route table with a subnet that has a route:

medium📝 Debug Q7 of 15
AWS - VPC Fundamentals
You associated a route table with a subnet that has a route:
- Destination: 0.0.0.0/0, Target: igw-xyz789
Instances still cannot access the internet. What is the most probable cause?
AThe instances lack public IP addresses
BThe route table is not associated with the subnet
CThe subnet's network ACL blocks outbound traffic
DThe Internet Gateway is detached from the VPC
Step-by-Step Solution
Solution:
  1. Step 1: Confirm route table association

    The question states the route table is associated.
  2. Step 2: Check Internet Gateway attachment

    Assuming igw-xyz789 is attached; otherwise, route wouldn't work.
  3. Step 3: Consider instance IP addressing

    Instances need public IPs to access internet via IGW.
  4. Final Answer:

    Instances lack public IP addresses -> Option A
  5. Quick Check:

    Public IP required for IGW internet access [OK]
Quick Trick: Instances need public IPs for IGW internet access [OK]
Common Mistakes:
MISTAKES
  • Ignoring instance IP assignment
  • Assuming route table association is missing

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More AWS Quizzes