Databricks shared workspace
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2025 04:45 AM - edited 02-06-2025 05:02 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2025 05:03 AM
Hello @nskiran1,
Yes, it is possible to have a 'shared' workspace that can be tied to multiple AWS accounts. This can be achieved by associating multiple VPCs (Virtual Private Clouds) across different AWS accounts with a single Databricks account
You should associate your VPCs and create a cross account IAM role
https://docs.databricks.com/en/security/network/classic/customer-managed-vpc.html
https://docs.databricks.com/en/admin/account-settings-e2/credentials.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2025 11:34 PM
@Alberto_Umana Thanks for sharing doc links
We have exact same set up to support shared databricks workspace. But still Im facing issue while adding instance profile
I am trying to add AWS Instance Profile created in source AWS Account (No databricks workspace) to a target AWS Account to which databricks workspace set up available. Is this possible?
I have added required IAM permissions for both instance profile as well as cross account role. What else am I missing here?
{"error_code":"DRY_RUN_FAILED","message":"Verification of the instance profile failed. AWS error: You are not authorized to perform this operation.","details":[{"@type":"type.googleapis.com/google.rpc.ErrorInfo","reason":"CM_API_ERROR_SOURCE_CALLER_ERROR","domain":""}]}

