AWS Security ChangesHomeSearch

AWS emr documentation change

Service: emr · 2025-07-25 · Documentation low

File: emr/latest/EMR-Serverless-UserGuide/metastore-config.md

Summary

Improved JSON policy formatting and standardized resource ARNs

Security assessment

Formatting changes and region/account ID standardization in Glue catalog policies. No security-related content modifications.

Diff

diff --git a/emr/latest/EMR-Serverless-UserGuide/metastore-config.md b/emr/latest/EMR-Serverless-UserGuide/metastore-config.md
index 0ff33066c..83dce142d 100644
--- a//emr/latest/EMR-Serverless-UserGuide/metastore-config.md
+++ b//emr/latest/EMR-Serverless-UserGuide/metastore-config.md
@@ -97 +97,2 @@ JSON
-      "Statement" : [ {
+        "Statement": [
+            {
@@ -101,2 +102,3 @@ JSON
-                "arn:aws:iam::accountA:role/job-runtime-role-A"
-            ]},
+                        "arn:aws:iam::111122223333:role/job-runtime-role-A"
+                    ]
+                },
@@ -118,2 +120,5 @@ JSON
-        "Resource": ["arn:aws:glue:region:AccountB:catalog"]
-      } ]
+                "Resource": [
+                    "arn:aws:glue:us-east-1:AccountB:catalog"
+                ]
+            }
+        ]
@@ -151 +156,3 @@ JSON
-          "Resource": ["arn:aws:glue:region:AccountB:catalog"]
+                "Resource": [
+                    "arn:aws:glue:us-east-1:AccountB:catalog"
+                ]