Configure Cross-account Catalog to Access Unity Catalog
PreviousConfigure Cross-account Catalog to Access AWS Hive MetastoreNextConfigure Cross-account Catalog to Access AWS Glue
Last updated
Last updated
{
"Version": "2012-10-17",
"Statement": [
{
"Action": [
"s3:GetObject",
"s3:ListBucket",
"s3:GetObjectVersion"
],
"Resource": [
"arn:aws:s3:::EXAMPLE-BUCKET/*",
"arn:aws:s3:::EXAMPLE-BUCKET"
],
"Effect": "Allow"
}
]
}{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": "sts:AssumeRole",
"Resource": "arn:aws:iam::ACCOUNT_B_ID:role/ROLENAME"
}
]
}