ExamQuestions.com

Register
Login
AWS Certified Solutions Architect Associate Exam Questions

Amazon

AWS Certified Solutions Architect Associate

555 / 690

Question 555:

Your organization has a VPC set up with a custom route table having 40 routes for different use cases such as "VPC peering", "VPN connections", "NAT gateways" etc with different IP ranges. The Main route table had a local route to the internet gateway to act for the public subnet. The CIDR IP range for the VPC is 10.10.0.0/16, which will lead to multiple subnets. These subnets require a custom route table to be associated with them for the respective application(s). Many times, the teams forget to associate the custom route table to the subnets explicitly which leads to a lot of troubleshooting hours while connecting to the new subnets from the VPN. As an architect, how would you resolve this issue?

Answer options:

A.Create a script to create a new subnet and associate it with the custom route table. Share this with all the teams.
B.Make the custom route table as the main route table. Any new subnets created will get associated with it implicitly.
C.Delete the Internet Gateway route from the main route table.
D.Replace all routes from the custom table with the main route table and vice versa.