cancel
Showing results forย 
Search instead forย 
Did you mean:ย 
Get Started Discussions
Start your journey with Databricks by joining discussions on getting started guides, tutorials, and introductory topics. Connect with beginners and experts alike to kickstart your Databricks experience.
cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

Error While creating the Databricks workspace on the AWS cloudformation stack

junaid-ahmed077
New Contributor II

Hello,

I was trying to create a Databricks workspace using a CloudFormation template. During the process, I found that we need Databricks account information, such as the workspace account email and workspace password. However, since we use SSO for logging into Databricks, it's not possible to fill in these details. Instead, can we use a token for authentication? We have used this method for creating workspaces with the Databricks API. Could you please suggest if this is a viable option?

 

1 ACCEPTED SOLUTION

Accepted Solutions

Hubert-Dudek
Esteemed Contributor III

As @Retired_mod said, you just need to change authentication to token in your template or just change deployment to AWS::IAM::Role which has access.

You can also consider switching to Terraform.

View solution in original post

1 REPLY 1

Hubert-Dudek
Esteemed Contributor III

As @Retired_mod said, you just need to change authentication to token in your template or just change deployment to AWS::IAM::Role which has access.

You can also consider switching to Terraform.