The use case is the following:
- a Compute Engine instance with a private IP only ( no external IP)
- The project has policies to not create external IPs
- The goal is to be able to send HTTP requests to the Private Compute Engine Instance from Cloud Build
What are the best practices in Networking to ensure that communication?
Thank you