- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2021 01:24 PM
If you mount an S3 bucket using an AWS instance profile, does that mounted bucket become accessible to just that 1 cluster or to other clusters in that workspace as well?
- Labels:
-
AWSInstanceProfile
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2021 03:08 PM
Mounts are global to all clusters but as a best practice, you can use IAM roles to prevent access tot he underlying data.
To take this one step further, you can use IAM credential passthrough rather than instance profile because instance profile can be associated with only one IAM role so all users on the clusters have to share that role and the data policies of that role.
doc -https://docs.databricks.com/security/credential-passthrough/iam-passthrough.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2021 03:08 PM
Mounts are global to all clusters but as a best practice, you can use IAM roles to prevent access tot he underlying data.
To take this one step further, you can use IAM credential passthrough rather than instance profile because instance profile can be associated with only one IAM role so all users on the clusters have to share that role and the data policies of that role.
doc -https://docs.databricks.com/security/credential-passthrough/iam-passthrough.html

