
Answer-first summary for fast verification
Answer: Create a single custom VPC with 2 subnets, each in a different region and with a unique CIDR range.
Option A is correct because it fulfills the requirement for separate subnets for production and test environments within a single VPC, enabling automatic internal IP communication between all VMs. This setup avoids the need for additional routing. Options B, C, and D fail to meet one or more of the specified requirements, such as unique CIDR ranges for each subnet or the necessity for all environments to reside within the same VPC for seamless communication.
Author: LeetQuiz Editorial Team
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.
No comments yet.