Route Tables
Route Tables are used to define routes for the traffic within a VPC, allowing communication between subnets and determining how network traffic is directed between resources. Each subnet within a VPC must be associated with a route table, and the table can have multiple entries with varying rules c…
AWS Certified Solutions Architect - Route Tables Example Questions
Test your knowledge of Route Tables
Question 1
A company set two instances in two subnets, Instance A in Subnet A, and Instance B in Subnet B. Instance A is connected to their headquarters via a VPN connection. They want all traffic between Instance B and the Headquarters to pass through Instance A for further inspection and monitoring. Which Route Table configuration is required?
Question 2
An organization launches temporary Amazon EC2 instances in a dedicated subnet for a batch job. The instances must download updates from the Internet but must not be reachable from the Internet. What route table configuration should the subnet use?
Question 3
An EC2 instance hosts a public website in a VPC. The instance is in a public subnet, has an Elastic IP, and the subnet’s route table already includes a 0.0.0.0/0 route to an Internet Gateway. You need to allow only specific administrator source IP addresses to access the instance via SSH (TCP 22). What change, if any, is required to the subnet’s route table?