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:ย 

Instance profiles are not working in Shared access mode

AcrobaticMonkey
New Contributor II
Iโ€™m trying to fetch billing data from an AWS account using boto3 to assume a role that has access to this information. This operation works fine in No Isolation and Single User access modes, but it fails in Shared access mode. Since I need to store the data in Unity Catalog, I'm currently restricted to Single User access mode. Is there a way to make this operation work in Shared access mode as well?
1 REPLY 1

gchandra
Databricks Employee
Databricks Employee

Instance Profiles are open for all, they won't work in Shared access mode.

Using Storage credentials, create  External Locations. Cleaner way to Govern the access.



~