Question 40:
Your organization had asked to be cost-efficient in designing AWS solutions. You have created three VPCs(VPC A, VPC B, VPC C), peered VPC A to VPC B and VPC B to VPC C. You have created a NAT gateway in VPC B and would like to use the same NAT Gateway for resources within VPC A and VPC C. However, the resources within VPC A and VPC C cannot communicate to the internet through NAT Gateway, but resources in VPC B can communicate. What could be the reason?
Answer options:
A.Route tables in VPC A and VPC C are not configured to have VPC B’s NAT gateway. B.Using another VPC`s NAT Gateway is not supported in AWS. C.VPC B’s subnet which contains NAT gateway is not configured in VPC A and VPC C route tables. D.NAT Gateway is not created inside VPC B’s public subnet.