AWS Security ChangesHomeSearch

AWS emr documentation change

Service: emr · 2026-04-25 · Documentation medium

File: emr/latest/ManagementGuide/emr-studio-user-permissions.md

Summary

Corrected IAM trust policy structure for EMR Studio user permissions

Security assessment

The change fixes the IAM policy structure by adding missing Principal block and Sid field, ensuring proper trust relationship with elasticmapreduce.amazonaws.com service. This improves security documentation by providing correct IAM policy examples.

Diff

diff --git a/emr/latest/ManagementGuide/emr-studio-user-permissions.md b/emr/latest/ManagementGuide/emr-studio-user-permissions.md
index 0691f806f..ae177f797 100644
--- a//emr/latest/ManagementGuide/emr-studio-user-permissions.md
+++ b//emr/latest/ManagementGuide/emr-studio-user-permissions.md
@@ -36,0 +37 @@ JSON
+          "Sid": "AllowSTSAssumerole",
@@ -37,0 +39,3 @@ JSON
+          "Principal": {
+            "Service": "elasticmapreduce.amazonaws.com"
+          },
@@ -41,3 +45 @@ JSON
-          ],
-          "Resource": "arn:aws:iam::123456789012:role/EMRStudioServiceRole",
-          "Sid": "AllowSTSAssumerole"
+          ]