
Ultimate access to all questions.
Your current Dataproc cluster operates within a single VPC (Virtual Private Cloud) network and is confined to a single subnet with an IP address range of 172.16.20.128/25. Notably, there are no private IP addresses left available within this VPC network. Given this situation, you need to add new virtual machines (VMs) that can communicate with your existing cluster. What steps should you take to achieve this with minimal effort?
A
Modify the existing subnet range to 172.16.20.0/24.
B
Create a new Secondary IP Range in the VPC and configure the VMs to use that range.
C
Create a new VPC network for the VMs. Enable VPC Peering between the VMs' VPC network and the Dataproc cluster VPC network.
D
Create a new VPC network for the VMs with a subnet of 172.32.0.0/16. Enable VPC network Peering between the Dataproc VPC network and the VMs VPC network. Configure a custom Route exchange.