AWS Security ChangesHomeSearch

AWS glue documentation change

Service: glue · 2025-08-22 · Documentation low

File: glue/latest/dg/encrypt-glue-data-catalog.md

Summary

Updated example ARNs in IAM policy snippets to use specific region (us-east-1) and account ID (111122223333) instead of placeholders

Security assessment

The change replaces generic placeholders with example values for better clarity. No security vulnerability or weakness is addressed, and it doesn't introduce new security documentation.

Diff

diff --git a/glue/latest/dg/encrypt-glue-data-catalog.md b/glue/latest/dg/encrypt-glue-data-catalog.md
index 1d5c27cc4..73b0acb96 100644
--- a//glue/latest/dg/encrypt-glue-data-catalog.md
+++ b//glue/latest/dg/encrypt-glue-data-catalog.md
@@ -141 +141 @@ JSON
-                        "Resource": "arn:aws:kms:<region>:<account-id>:key/<key-id>"
+                        "Resource": "arn:aws:kms:us-east-1:111122223333:key/<key-id>"
@@ -191 +191 @@ JSON
-                            "arn:aws:iam::<account-id>:role/<encryption-role-name>"
+                            "arn:aws:iam::111122223333:role/<encryption-role-name>"