Recall & Review
beginner
What is a route table in AWS?
A route table in AWS is a set of rules, called routes, that determine where network traffic from your subnet or gateway is directed.
Click to reveal answer
beginner
How do you associate a route table with a subnet?
You associate a route table with a subnet by specifying the subnet in the route table's associations. This controls the routing for that subnet's traffic.
Click to reveal answer
intermediate
What is the purpose of a default route (0.0.0.0/0) in a route table?
A default route (0.0.0.0/0) sends all traffic destined for addresses not explicitly listed in the route table to a specified target, like an internet gateway, enabling internet access.
Click to reveal answer
intermediate
Can a subnet be associated with multiple route tables at the same time?
No, a subnet can only be associated with one route table at a time. This ensures clear routing rules for that subnet.
Click to reveal answer
beginner
What happens if a route table has no route for a destination IP?
If a route table has no route for a destination IP, the traffic is dropped because AWS does not know where to send it.
Click to reveal answer
What does a route table control in AWS?
✗ Incorrect
A route table controls where network traffic from subnets or gateways is directed.
Which target is commonly used in a route for internet access?
✗ Incorrect
An Internet Gateway is used as a target in a route to allow internet access.
Can a subnet have multiple route tables associated simultaneously?
✗ Incorrect
A subnet can only be associated with one route table at a time.
What does the route destination 0.0.0.0/0 represent?
✗ Incorrect
0.0.0.0/0 represents all IPv4 addresses, used as a default route.
What happens if no route matches the destination IP in a route table?
✗ Incorrect
If no route matches, AWS drops the traffic because it has no path to send it.
Explain how route tables control network traffic in an AWS VPC.
Think about how traffic knows where to go inside and outside the VPC.
You got /4 concepts.
Describe the role of the default route 0.0.0.0/0 in a route table and when you would use it.
Consider what happens when traffic is destined for an unknown IP.
You got /3 concepts.