AWS Security ChangesHomeSearch

AWS quicksight documentation change

Service: quicksight · 2025-08-28 · Documentation low

File: quicksight/latest/user/athena-trusted-identity-propagation.md

Summary

Removed sample IAM trust policy for QuickSight/Athena integration

Security assessment

Removal of an example IAM policy without additional context does not indicate a security issue. This appears to be documentation maintenance rather than addressing a vulnerability.

Diff

diff --git a/quicksight/latest/user/athena-trusted-identity-propagation.md b/quicksight/latest/user/athena-trusted-identity-propagation.md
index 88dc7fe8d..4ba0de9a3 100644
--- a//quicksight/latest/user/athena-trusted-identity-propagation.md
+++ b//quicksight/latest/user/athena-trusted-identity-propagation.md
@@ -58,26 +57,0 @@ For information about updating the trust policy of an IAM role, see [Update a ro
-JSON
-    
-
-****
-    
-    
-    
-    { 
-        "Version": "2012-10-17",
-        "Statement": [
-            {
-                "Sid": "QuickSightandAthenaTrust",
-                "Effect": "Allow",
-                "Principal": {
-                    "Service": "quicksight.amazonaws.com"
-                },
-                "Action": [
-                    "sts:AssumeRole",
-                    "sts:SetContext"
-                ],
-                "Resource": "*"
-            }
-        ]
-    }
-    
-