Google Cloud Associate Cloud Engineer — Question 114

Your Dataproc cluster runs in a single Virtual Private Cloud (VPC) network in a single subnet with range 172.16.20.128/25. There are no private IP addresses available in the VPC network. You want to add new VMs to communicate with your cluster using the minimum number of steps. What should you do?

Answer options

Correct answer: A

Explanation

The correct answer is A because modifying the existing subnet range to 172.16.20.0/24 will increase the number of available IP addresses, allowing new VMs to be added. Options B, C, and D involve more complex configurations and additional resources that are unnecessary for simply expanding the existing IP address range.