AWS Security ChangesHomeSearch

AWS singlesignon documentation change

Service: singlesignon · 2025-10-16 · Documentation low

File: singlesignon/latest/userguide/setting-up-tip-emr.md

Summary

Removed JSON trust policy example for EMR Studio role

Security assessment

Removal of a policy example may impact clarity but does not directly indicate a security issue or add security documentation.

Diff

diff --git a/singlesignon/latest/userguide/setting-up-tip-emr.md b/singlesignon/latest/userguide/setting-up-tip-emr.md
index 9243db075..54448392c 100644
--- a//singlesignon/latest/userguide/setting-up-tip-emr.md
+++ b//singlesignon/latest/userguide/setting-up-tip-emr.md
@@ -274,25 +273,0 @@ The following trust policy allows EMR Studio to assume the role:
-JSON
-    
-
-****
-    
-    
-        {
-      "Version":"2012-10-17",		 	 	 
-      "Statement": [
-        {
-          "Effect": "Allow",
-          "Principal": {
-            "Service": "elasticmapreduce.amazonaws.com"
-          },
-          "Action": [
-                  "sts:AssumeRole",
-                  "sts:SetContext"
-                  ]
-        }
-      ]
-    }
-    
-
-Show moreShow less
-