
Answer-first summary for fast verification
Answer: Expand the existing subnet range to 10.0.2.0/24 to increase the available IP addresses.
Option A is the correct choice because it allows for the expansion of the subnet's IP address range within the same VPC network, thereby providing additional addresses for new VMs without the need for creating new VPC networks or establishing VPC peering. This method is straightforward and efficient. Options B, C, and D involve unnecessary complexity or do not address the root issue of IP address exhaustion within the existing subnet.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
Your AI services company utilizes a Machine Learning pipeline with Dataproc, which operates within a single VPC network in a subnet range of 10.0.2.0/25. The VPC network has exhausted its private IP addresses. You're tasked with adding more VMs to communicate with the cluster efficiently. What's the most straightforward solution?
A
Expand the existing subnet range to 10.0.2.0/24 to increase the available IP addresses.
B
Introduce a new Secondary IP Range within the VPC and configure the VMs to utilize this range.
C
Establish a new VPC network for the VMs, enable VPC Peering with the Dataproc cluster's VPC network, and provision the VMs in the new VPC.
D
Create a new VPC network for the VMs with a subnet of 10.0.2.0/16, enable VPC Peering, and set up a custom Route exchange.