AWS glue documentation change
Summary
Updated example ARNs with concrete account ID (111122223333) and improved JSON formatting
Security assessment
Changes standardize example account IDs and improve JSON structure without modifying cross-account access security policies or recommendations.
Diff
diff --git a/glue/latest/dg/cross-account-access.md b/glue/latest/dg/cross-account-access.md index 0265d3909..e25dc9f37 100644 --- a//glue/latest/dg/cross-account-access.md +++ b//glue/latest/dg/cross-account-access.md @@ -98,3 +98,5 @@ JSON - "Principal": {"AWS": [ - "arn:aws:iam::account-B-id:role/Dev" - ]}, + "Principal": { + "AWS": [ + "arn:aws:iam::111122223333:role/Dev" + ] + }, @@ -102,2 +104,2 @@ JSON - "arn:aws:glue:us-east-1:account-A-id:catalog", - "arn:aws:glue:us-east-1:account-A-id:database/db1" + "arn:aws:glue:us-east-1:111122223333:catalog", + "arn:aws:glue:us-east-1:111122223333:database/db1" @@ -128,2 +130,2 @@ JSON - "arn:aws:glue:us-east-1:account-A-id:catalog", - "arn:aws:glue:us-east-1:account-A-id:database/db1" + "arn:aws:glue:us-east-1:111122223333:catalog", + "arn:aws:glue:us-east-1:111122223333:database/db1" @@ -204 +206,5 @@ JSON - "Principal": {"AWS": ["arn:aws:iam::grantee-account-id:root"]}, + "Principal": { + "AWS": [ + "arn:aws:iam::111122223333:root" + ] + }, @@ -206 +212 @@ JSON - "arn:aws:glue:us-east-1:grantor-account-id:*" + "arn:aws:glue:us-east-1:111122223333:*"