Google Cloud Professional Cloud DevOps Engineer — Question 181

You are configuring a Cl pipeline. The build step for your Cl 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?

Answer options

Correct answer: A

Explanation

The correct answer is A because using Cloud Build private pools allows direct access to resources within the private VPC without exposing them to the public internet, thus aligning with the security team's requirements. Options B, C, and D introduce unnecessary complexity and potential security risks by either creating additional resources or exposing APIs publicly.