AWS Security ChangesHomeSearch

AWS redshift documentation change

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

File: redshift/latest/mgmt/authorizing-redshift-service-chaining-roles.md

Summary

Removed an example IAM trust policy for role chaining

Security assessment

The removal of an example policy does not indicate any security issue - it appears to be documentation simplification rather than a security update.

Diff

diff --git a/redshift/latest/mgmt/authorizing-redshift-service-chaining-roles.md b/redshift/latest/mgmt/authorizing-redshift-service-chaining-roles.md
index a286bcc49..9265075e8 100644
--- a//redshift/latest/mgmt/authorizing-redshift-service-chaining-roles.md
+++ b//redshift/latest/mgmt/authorizing-redshift-service-chaining-roles.md
@@ -45,21 +44,0 @@ A role that passes to another role must establish a trust relationship with the
-JSON
-    
-
-****
-    
-    
-    
-    {
-      "Version": "2012-10-17",
-      "Statement": [
-        {
-          "Effect": "Allow",
-          "Action": "sts:AssumeRole",
-          "Principal": {
-            "AWS": "arn:aws:iam::role/RoleA"
-          }
-        }
-      ]
-    }
-    
-