Question 231:
An auto ancillary manufacturing firm has started a factory unit in the US-west-1 region. For application servers deployed in the AWS cloud, they have created VPC with private & public subnets in each VPC. Multiple VPCs are created. Application servers placed in private need to have internet for downloading data from database servers deployed in the us-east-1 region. This Internet access should be a fully redundant & managed solution as the client does not have the competency to manage this internet access. Which of the following solution will meet this requirement?
Answer options:
A.Create a NAT Instance in the Public subnet of any one AZ in the region. Add a default route in the private subnet pointing to NAT Instance. B.Create a NAT Gateway in the Public subnet of each AZ in the region. Add a default route in the private subnet pointing to NAT Gateway. C.Create a NAT Gateway in the Public subnet of any one AZ in the region. Add a default route in the private subnet pointing to NAT Gateway. D.Create a NAT Instance in the Public subnet of each AZ in the region. Add a default route in the private subnet pointing to NAT Instance.