AWS Security ChangesHomeSearch

AWS quicksight documentation change

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

File: quicksight/latest/user/embedded-analytics-dashboards-with-anonymous-users-get-step-1.md

Summary

Removed trust policy example for AssumeRole to QuickSightEmbeddingAnonymousPolicy

Security assessment

Deleted example showed role assumption configuration, but removal doesn't indicate a security fix. This impacts documentation completeness for secure role delegation but lacks evidence of vulnerability remediation.

Diff

diff --git a/quicksight/latest/user/embedded-analytics-dashboards-with-anonymous-users-get-step-1.md b/quicksight/latest/user/embedded-analytics-dashboards-with-anonymous-users-get-step-1.md
index a8a1d2620..4c27bc6c5 100644
--- a//quicksight/latest/user/embedded-analytics-dashboards-with-anonymous-users-get-step-1.md
+++ b//quicksight/latest/user/embedded-analytics-dashboards-with-anonymous-users-get-step-1.md
@@ -49,17 +48,0 @@ Your application's IAM identity must have a trust policy associated with it to a
-JSON
-    
-
-****
-    
-    
-    
-    {
-        "Version": "2012-10-17",
-        "Statement": {
-            "Effect": "Allow",
-            "Action": "sts:**AssumeRole** ",
-            "Resource": "arn:aws:iam::accountId:role/QuickSightEmbeddingAnonymousPolicy"
-        }
-    }
-    
-