AWS emr documentation change
Summary
Removed Principal blocks and updated Glue catalog ARNs to use wildcards.
Security assessment
Changes standardize policy examples but do not directly relate to security issues or new security features.
Diff
diff --git a/emr/latest/EMR-Serverless-UserGuide/metastore-config.md b/emr/latest/EMR-Serverless-UserGuide/metastore-config.md index 27aad1a51..647950b3f 100644 --- a//emr/latest/EMR-Serverless-UserGuide/metastore-config.md +++ b//emr/latest/EMR-Serverless-UserGuide/metastore-config.md @@ -100,5 +99,0 @@ JSON - "Principal": { - "AWS": [ - "arn:aws:iam::111122223333:role/job-runtime-role-A" - ] - }, @@ -121 +116 @@ JSON - "arn:aws:glue:us-east-1:AccountB:catalog" + "arn:aws:glue:*:123456789012:catalog" @@ -158 +153 @@ JSON - "arn:aws:glue:us-east-1:AccountB:catalog" + "arn:aws:glue:*:123456789012:catalog"