- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-14-2026 06:41 AM
Hello,
Could somebody help me with the connection issue to my VPC endpoint
I have created a customer-managed VPC in AWS and setup new workspace with that VPC. There is an RDS in other vpc that I want to connect from Databricks, and I have created a VPC endpoint service (in RDS VPC) and a VPC endpoint (in Databricks VPC).
But - i can't connect to this VPC endpoint from Databricks:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-14-2026 07:26 AM
In AWS Console → VPC → Endpoints → your endpoint → Edit subnets →
Add subnets for every AZ where Databricks private subnets exist.
2. Update SGs
On both:
the VPC Endpoint SG, and
the backend SG (RDS Proxy or EC2 proxy)
Allow inbound:
Source: Databricks Cluster Security Group
Port: 5432
3. Ensure backend is actually listening
If using RDS:
You cannot target the RDS instance directly — use RDS Proxy or an EC2 TCP proxy.
99% of cases are fixed by:
Adding endpoint ENIs to all AZs
Fixing backend SG to allow Databricks SG