Refer to the exhibit. An EC2 instance in subnet-11111 (10.0.1.0/24) cannot access the internet. The route table for the subnet is shown. What is the MOST likely cause?
Trap 1: The route table does not have a default route (0.0.0.0/0).
The route table shows a 0.0.0.0/0 route.
Trap 2: The VPC does not have a local route.
The local route is present.
Trap 3: The route table is not associated with the subnet.
The association shows the route table is associated with subnet-11111.
- A
The route table does not have a default route (0.0.0.0/0).
Why wrong: The route table shows a 0.0.0.0/0 route.
- B
The VPC does not have a local route.
Why wrong: The local route is present.
- C
The route table is not associated with the subnet.
Why wrong: The association shows the route table is associated with subnet-11111.
- D
The NAT gateway is not in a public subnet with an internet gateway.
NAT gateway requires a public subnet and internet gateway to function.