PrivateLink Validation Error - When trying to access to Workspace

ambigus9
Databricks Partner

We have a workspace that had been deployed on AWS customer architecture using Terraform privatelink: https://registry.terraform.io/providers/databricks/databricks/latest/docs/guides/aws-private-link-wo...

The fact is when we disable the Public Access:

ambigus9_0-1732035784493.png

We are getting "login.html?error=private-link-validation-error"

ambigus9_1-1732035847145.png

We have the security group of Data Plane and Workspace configured as follows:

Data Plane Security Group - Inbound Rules:

ambigus9_2-1732037994364.png

Data Plane Security Group - Outbound Rules:ambigus9_3-1732038098998.png

Workspaces Security Group - Inbound Rules:ambigus9_4-1732038186707.png

Workspaces Security Group - Outbound Rules:

ambigus9_5-1732038251073.png

Any help will be appreciated

 

 

 

 

 

 

Walter_C
Databricks Employee
Databricks Employee

If you create a VM inside the same VPC of your workspace are you able to access the workspace? Also have you granted access to all the ports as provided in docs https://docs.databricks.com/en/security/network/classic/privatelink.html#step-1-configure-aws-networ... 

 

ambigus9
Databricks Partner

We created a Windows VM inside the same VPC and we can access to the workspace. But, testing with the On-premise of our client network doesn't work.

The ports are configured as docs:

ambigus9_0-1732198461143.png

We validated for the Network ACLs and we have this configuration:

ambigus9_0-1732199573945.png

ambigus9_1-1732199611839.png

 

 

Walter_C
Databricks Employee
Databricks Employee

Have you created the Direct Connect set up for the on prem network:

ambigus9
Databricks Partner

We created a record A on AWS Route53 an the redirection works, However, now we have a warning due to SSL certificates. We configure as follows:

Record typeRecord NameValue
Adatabricks.my_website.com10.0.0.1,10.0.0.2

Aditionally, How we can register a CNAME using the cloud.databricks.com domain?

According to the docs we must setup as follows: 

Record typeRecord NameValue
CNAMEdbc-01abcd23-4b0e.cloud.databricks.comdatabricks.my_website.com

However, we only can take the hosted zone on Route53:

Record typeRecord NameValue
CNAMEdbc-01abcd23-4b0e.my_website.comdatabricks.my_website.com

Thanks for your help!

Walter_C
Databricks Employee
Databricks Employee

Do you have capability to submit a support ticket so we can assist further on the validations?

ambigus9
Databricks Partner

Currently I can't make a submit of a support ticket, I trying to submit

ambigus9_1-1732308454011.png

But I can't:

ambigus9_0-1732308403418.png

 

Walter_C
Databricks Employee
Databricks Employee

Can you share your workspace id so I can do a validation?

 

ambigus9
Databricks Partner

Thanks for you help! Finally the solution was adjusting CNAME on ON-premise network.

View solution in original post