Question 120:
You have established a VPN connection between your on-premises and an AWS VPC. You also need to ensure that instances in the VPC can reach the Internet. So you have also attached an Internet gateway. How would you set up the route tables to ensure that traffic can flow via the VPN and the Internet?
Answer options:
A.Set up 2 Route tables. One route table with a default route to the Internet and another one with the default route to the Virtual Private gateway. Attach the Route tables to the subnet in the VPC.B.Set up one route table. Add one route of 0.0.0.0/0 to the Internet and one specific prefix route for the Virtual Private gateway. Attach the Route table to the subnet in the VPC.C.Set up one route table. Add one route of 0.0.0.0/0 to the Internet and another route of 0.0.0.0/0 route for the Virtual Private gateway. Attach the Route table to the subnet in the VPC.D.Set up 2 Route tables. One route table with a default route to the Internet and another one with the specific prefix route to the Virtual Private gateway. Attach the Route tables to the subnet in the VPC.