AWS Security ChangesHomeSearch

AWS redshift documentation change

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

File: redshift/latest/mgmt/using-query-plan-profiler.md

Summary

Removed sample IAM policy for query plan profiler permissions

Security assessment

Policy example removal doesn't demonstrate security remediation. Routine documentation maintenance without security context.

Diff

diff --git a/redshift/latest/mgmt/using-query-plan-profiler.md b/redshift/latest/mgmt/using-query-plan-profiler.md
index b36d8910a..3ad919094 100644
--- a//redshift/latest/mgmt/using-query-plan-profiler.md
+++ b//redshift/latest/mgmt/using-query-plan-profiler.md
@@ -54,31 +53,0 @@ Use the following policy to add minimum permissions to your IAM user account or
-JSON
-    
-
-****
-    
-    
-    
-    {
-        "Version": "2012-10-17",
-        "Statement": [
-            {
-                "Effect": "Allow",
-                "Action": [
-                    "redshift:DescribeClusters",
-                    "redshift-serverless:ListNamespaces",
-                    "redshift-serverless:ListWorkgroups",
-                    "redshift-data:ExecuteStatement",
-                    "redshift-data:DescribeStatement",
-                    "redshift-data:GetStatementResult"
-                ],
-                "Resource": [
-                    "arn:aws:redshift-serverless:<your-namespace>",
-                    "arn:aws:redshift-serverless:<your-workgroupname>",
-                    "arn:aws:redshift:<your-clustername>"
-                ]
-            }
-        ]
-    }
-    
-    
-