passdrill
AWS SAA-C03 · VPC & Networking · Card 019/024 medium

A subnet's route table contains three entries: 10.0.0.0/8 targeting a virtual private gateway, 10.0.1.0/24 targeting a NAT gateway, and 10.0.1.128/25 targeting 'local'. A packet is destined for 10.0.1.150. Which route does AWS use to forward this packet?

  1. The 10.0.0.0/8 route, because routes are evaluated in the order they were created and this one was created first
  2. The 10.0.1.128/25 route, because AWS selects the most specific (longest prefix) matching route regardless of creation order
  3. All three routes are used simultaneously, splitting the traffic across each target
  4. The 10.0.1.0/24 route, because NAT gateway targets always take precedence over other target types
Next card → Shuffle