Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2024 02:57 PM
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 type | Record Name | Value |
| A | databricks.my_website.com | 10.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 type | Record Name | Value |
| CNAME | dbc-01abcd23-4b0e.cloud.databricks.com | databricks.my_website.com |
However, we only can take the hosted zone on Route53:
| Record type | Record Name | Value |
| CNAME | dbc-01abcd23-4b0e.my_website.com | databricks.my_website.com |
Thanks for your help!