A customer is running an analytics workload on Google Cloud Platform (GCP) where Compute Engine instances are accessing data stored on Cloud Storage. Your team wants to make sure that this workload will not be able to access, or be accessed from, the internet. Which two strategies should your team use to meet these requirements? (Choose two.)
- AConfigure Private Google Access on the Compute Engine subnet (correct answer)
- BAvoid assigning public IP addresses to the Compute Engine cluster. (correct answer)
- CMake sure that the Compute Engine cluster is running on a separate subnet.
- DTurn off IP forwarding on the Compute Engine instances in the cluster.
- EConfigure a Cloud NAT gateway.
Reveal answer & explanationHide answer
The correct answer is A, B. Option A: Configure Private Google Access on the Compute Engine subnet Option B: Avoid assigning public IP addresses to the Compute Engine cluster.
Explanation
Compute Engine provides configurable virtual machines when you need full control of the OS. Private Google Access lets internal instances reach Google APIs without external IPs.