Update buckets trust relationship to access Databricks role in AWS
Learn how to update the trust relationship between the buckets and Databricks to give role access.
{
"Version": "2024-10-17",
"Statement": [
{
"Effect": "Allow",
"Principal": {
"AWS": "arn:aws:iam::WORKSPACE_AWS_ACCOUNT_ID:role/rolename"
},
"Action": "sts:AssumeRole",
"Condition": {}
}
]
}