Google Cloud Professional Data Engineer — Question 182

You are deploying a batch pipeline in Dataflow. This pipeline reads data from Cloud Storage, transforms the data, and then writes the data into BigQuery. The security team has enabled an organizational constraint in Google Cloud, requiring all Compute Engine instances to use only internal IP addresses and no external IP addresses. What should you do?

Answer options

Correct answer: D

Explanation

The correct answer is D because enabling Private Google Access allows instances with only internal IPs to access Google services such as Cloud Storage and BigQuery. Options A and B do not address the need for Private Google Access, which is essential for internal-only IP configurations. Option C, while useful for other security measures, does not directly solve the access issue related to internal IP usage.