ExamQuestions.com

Register
Login
AWS Certified Solutions Architect Associate Exam Questions

Amazon

AWS Certified Solutions Architect Associate

265 / 690

Question 265:

You created your own VPC and subnet in AWS and launched an instance in that subnet. On attaching an Internet Gateway to the VPC, you see that the instance has a public IP. The route table is shown below.
Still, the instance cannot reach the Internet. What changes are required to be made to the route table to ensure that the issue is resolved?
image

Answer options:

A.Add the following entry to the route table – Destination as 0.0.0.0/0 and Target as Internet Gateway.
B.Modify the above route table – Destination as 10.0.0.0/16 and Target as Internet Gateway.
C.Add the following entry to the route table –Destination as 10.0.0.0/16 and Target as Internet Gateway.
D.Add the following entry to the route table - Destination as 0.0.0.0/16 and Target as Internet Gateway.