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!