AWS Security ChangesHomeSearch

AWS emr documentation change

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

File: emr/latest/ManagementGuide/emr-fine-grained-cluster-access.md

Summary

Updated example AWS account IDs in ARNs and modified policy statement IDs (Sid) to include ownership/department context

Security assessment

Changes involve standardizing example account IDs and clarifying policy statement purposes, but do not address security vulnerabilities or introduce new security features.

Diff

diff --git a/emr/latest/ManagementGuide/emr-fine-grained-cluster-access.md b/emr/latest/ManagementGuide/emr-fine-grained-cluster-access.md
index 9f7e4cfc5..34d9da5b3 100644
--- a//emr/latest/ManagementGuide/emr-fine-grained-cluster-access.md
+++ b//emr/latest/ManagementGuide/emr-fine-grained-cluster-access.md
@@ -148 +148 @@ JSON
-            "arn:aws:iam::111122223333:role/Role-Name-With-Path"
+            "arn:aws:iam::123456789012:role/Role-Name-With-Path"
@@ -163 +163 @@ JSON
-            "arn:aws:iam::111122223333:role/Role-Name-With-Path"
+            "arn:aws:iam::123456789012:role/Role-Name-With-Path"
@@ -238 +238 @@ JSON
-            "arn:aws:iam::111122223333:role/Role-Name-With-Path"
+            "arn:aws:iam::123456789012:role/Role-Name-With-Path"
@@ -253 +253 @@ JSON
-            "arn:aws:iam::111122223333:role/Role-Name-With-Path"
+            "arn:aws:iam::123456789012:role/Role-Name-With-Path"
@@ -441 +441 @@ JSON
-            "arn:aws:elasticmapreduce:*:111122223333:editor/*"
+            "arn:aws:elasticmapreduce:*:123456789012:editor/*"
@@ -475 +475 @@ JSON
-            "arn:aws:elasticmapreduce:*:111122223333:cluster/*"
+            "arn:aws:elasticmapreduce:*:123456789012:cluster/*"
@@ -518 +518 @@ JSON
-            "arn:aws:elasticmapreduce:*:111122223333:editor/*"
+            "arn:aws:elasticmapreduce:*:123456789012:editor/*"
@@ -528 +528 @@ JSON
-          "Sid": "AllowELASTICMAPREDUCEStarteditor"
+          "Sid": "AllowELASTICMAPREDUCEStarteditorByOwner"
@@ -536 +536 @@ JSON
-            "arn:aws:elasticmapreduce:*:111122223333:cluster/*"
+            "arn:aws:elasticmapreduce:*:123456789012:cluster/*"
@@ -546 +546 @@ JSON
-          "Sid": "AllowELASTICMAPREDUCEStarteditor"
+          "Sid": "AllowELASTICMAPREDUCEStarteditorByDepartment"
@@ -581 +581 @@ JSON
-            "arn:aws:elasticmapreduce:*:111122223333:editor/*"
+            "arn:aws:elasticmapreduce:*:123456789012:editor/*"
@@ -591 +591 @@ JSON
-          "Sid": "AllowELASTICMAPREDUCEOpeneditorconsole"
+          "Sid": "AllowELASTICMAPREDUCEOpeneditorconsoleByOwner"
@@ -599 +599 @@ JSON
-            "arn:aws:elasticmapreduce:*:111122223333:cluster/*"
+            "arn:aws:elasticmapreduce:*:123456789012:cluster/*"
@@ -609 +609 @@ JSON
-          "Sid": "AllowELASTICMAPREDUCEOpeneditorconsole"
+          "Sid": "AllowELASTICMAPREDUCEOpeneditorconsoleByDepartment"