0
0
AWScloud~5 mins

Route tables configuration in AWS - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
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?
AStorage allocation
BUser permissions
CCPU usage
DWhere network traffic is directed
Which target is commonly used in a route for internet access?
AInternet Gateway
BVirtual Private Gateway
CElastic Load Balancer
DSecurity Group
Can a subnet have multiple route tables associated simultaneously?
ANo, only one
BYes, always
COnly in VPC peering
DOnly for public subnets
What does the route destination 0.0.0.0/0 represent?
ALocal network only
BAll IPv4 addresses
CIPv6 addresses
DPrivate IP addresses
What happens if no route matches the destination IP in a route table?
ATraffic is sent to the internet
BTraffic is sent to the default subnet
CTraffic is dropped
DTraffic is logged and retried
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.