cancel
Showing results for 
Search instead for 
Did you mean: 
Community Platform Discussions
Connect with fellow community members to discuss general topics related to the Databricks platform, industry trends, and best practices. Share experiences, ask questions, and foster collaboration within the community.
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.



~