
Ultimate access to all questions.
You are tasked with designing the VPC configuration for a new logistics application. The application will operate in both production and test environments on Compute Engine, requiring each environment to have its own distinct subnet. All VMs must communicate over internal IPs without the need for additional routing configurations. Which of the following setups meets these requirements?
A
Create a single custom VPC with 2 subnets, each in a different region and with a unique CIDR range.
B
Create a single custom VPC with 2 subnets, both in the same region and sharing the same CIDR range.
C
Create 2 separate custom VPCs, each with a single subnet in different regions and with unique CIDR ranges.
D
Create 2 separate custom VPCs, each with a single subnet in the same region and sharing the same CIDR range.