
Ultimate access to all questions.
Your company is planning to set up both Production and Test environments on Google Cloud. The key requirement is that the VMs in these environments must communicate with each other using internal IPs without the need for additional routes. How should you design this solution?
A
Configure two separate VPCs, each with one subnet. Both subnets should have the same CIDR range and be hosted in the same region.
B
Configure a single VPC with two subnets. Each subnet should have a different CIDR range and can be hosted in any region, as long as the ranges do not overlap.
C
Configure a single VPC with two subnets. Both subnets should have the same CIDR range and be hosted in the same region.
D
Configure two separate VPCs, each with one subnet. Both subnets should have different CIDR ranges and be hosted in different regions.