You are configuring a CI pipeline. The build step for your CI pipeline integration testing requires access to APIs inside your private VPC network. Your security team requires that you do not expose API traffic publicly. You need to implement a solution that minimizes management overhead. What should you do?
- AUse Cloud Build private pools to connect to the private VPC. (correct answer)
- BUse Spinnaker for Google Cloud to connect to the private VPC.
- CUse Cloud Build as a pipeline runner. Configure Internal HTTP(S) Load Balancing for API access.
- DUse Cloud Build as a pipeline runner. Configure External HTTP(S) Load Balancing with a Google Cloud Armor policy for API access.
Reveal answer & explanationHide answer
The correct answer is A. Option A: Use Cloud Build private pools to connect to the private VPC.
Explanation
A VPC provides a global, software-defined private network for your Google Cloud resources. Cloud Build runs managed CI pipelines to build, test, and package code.

