
Ultimate access to all questions.
You are setting up a CI pipeline. The build step for integration testing needs to access APIs within your private VPC network. Your security team mandates that API traffic must not be exposed publicly. You need to implement a solution with minimal management overhead. What should you do?
A
Use Cloud Build private pools to connect to the private VPC.
B
Use Cloud Build to create a Compute Engine instance in the private VPC. Run the integration tests on the VM by using a startup script.
C
Use Cloud Build as a pipeline runner. Configure a cross-region internal Application Load Balancer for API access.
D
Use Cloud Build as a pipeline runner. Configure a global external Application Load Balancer with a Google Cloud Armor policy for API access.