Bird
0
0

You launched an instance in the Default VPC but it cannot access the internet. What is a likely misconfiguration?

medium📝 Debug Q7 of 15
AWS - VPC Fundamentals
You launched an instance in the Default VPC but it cannot access the internet. What is a likely misconfiguration?
AThe subnet's route table lacks a route to the internet gateway
BThe instance has a public IP assigned
CThe security group allows all outbound traffic
DThe instance is in a public subnet
Step-by-Step Solution
Solution:
  1. Step 1: Check subnet route table

    Internet access requires the subnet's route table to have a route directing traffic to the internet gateway.
  2. Step 2: Verify other settings

    Having a public IP and correct security group rules are necessary but insufficient without proper routing.
  3. Final Answer:

    The subnet's route table lacks a route to the internet gateway -> Option A
  4. Quick Check:

    Missing internet route = D [OK]
Quick Trick: Check subnet route table for internet gateway route [OK]
Common Mistakes:
MISTAKES
  • Assuming public IP alone guarantees internet access
  • Ignoring route table configuration
  • Believing security group alone controls internet access

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More AWS Quizzes