Ensure that Private Service Connect (PSC) endpoints are configured for your Vertex AI notebook instances. PSC enables your Google Cloud (GCP) consumer projects and Virtual Private Cloud (VPC) networks to connect to services in other VPC networks. This is achieved through a forwarding rule that deploys an endpoint, ensuring traffic never touches the public internet. This setup significantly enhances security and eliminates the complexities of managing public connections. PSC endpoints are internal IP addresses within a consumer VPC network, providing secure and private access to Google APIs and services. These endpoints are established via forwarding rules linked to a service attachment. PSC service attachments are configurations that point to a producer's load balancer, allowing clients in a consumer VPC network to access that load balancer privately and securely.
Private Service Connect offers a secure, performant, and scalable approach to accessing Google Cloud managed services privately from within your VPC network. It strengthens security posture, provides more granular network control, and can contribute to improved application performance and cost management.
Audit
To determine if Private Service Connect endpoints are configured for your Vertex AI instances, perform the following operations:
Remediation / Resolution
To create and configure Private Service Connect (PSC) endpoints for privately accessing Vertex AI resources in another VPC network, perform the following operations:
References
- Google Cloud Platform (GCP) Documentation
- Private Service Connect
- Vertex AI networking access overview
- About accessing the Vertex AI API
- About accessing Vertex AI services through Private Service Connect endpoints
- Set up a Private Service Connect interface for Vertex AI resources
- GCP Command Line Interface (CLI) Documentation
- gcloud projects list
- gcloud compute networks list
- gcloud workbench instances list
- gcloud workbench instances describe
- gcloud compute forwarding-rules list
- gcloud compute service-attachments list
- gcloud compute addresses create
- gcloud compute forwarding-rules create