
Ultimate access to all questions.
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.