Bird
0
0

Which route table entry correctly configures a public subnet?

easy📝 Syntax Q3 of 15
AWS - VPC Fundamentals
Which route table entry correctly configures a public subnet?
ADestination: 0.0.0.0/0, Target: nat-12345678
BDestination: 0.0.0.0/0, Target: igw-12345678
CDestination: 10.0.0.0/16, Target: local
DDestination: 0.0.0.0/0, Target: vpc-12345678
Step-by-Step Solution
Solution:
  1. Step 1: Identify public subnet route

    Public subnets require a route to the internet gateway (IGW) for internet access.
  2. Step 2: Match route table entry

    Destination 0.0.0.0/0 with target igw-12345678 correctly routes internet traffic to IGW.
  3. Final Answer:

    Destination: 0.0.0.0/0, Target: igw-12345678 -> Option B
  4. Quick Check:

    Public subnet route = IGW target [OK]
Quick Trick: Public subnet route must target IGW [OK]
Common Mistakes:
MISTAKES
  • Using NAT as target for public subnet
  • Using VPC ID as route target
  • Confusing local routes with internet routes

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More AWS Quizzes