Question 421:
A company has an AWS account that contains three VPCs (Dev, Test, and Prod) in the same region. There is a requirement to ensure that instances in the Development and Test VPC`s can access resources in the Production VPC. There should be minimal efforts with minimal administrative overhead. Which of the following would be the ideal way to get this in place?
Answer options:
A.Create an AWS Direct Connect connection between the Development, Test VPC to the Production VPC.B.Create a separate VPC peering connection from Development to Production and from Test to the Production VPC.C.Create a VPN connection between the Development, Test VPC to the Production VPC.D.Create a VPC peering connection between the Development to the Production VPC and from Development to the Test VPC.