AWS Security ChangesHomeSearch

AWS lookoutmetrics documentation change

Service: lookoutmetrics · 2025-10-25 · Documentation low

File: lookoutmetrics/latest/dev/services-redshift.md

Summary

Removed Redshift-related IAM policy examples

Security assessment

Removal of Redshift and Secrets Manager policy examples without security justification. Likely documentation cleanup rather than security update.

Diff

diff --git a/lookoutmetrics/latest/dev/services-redshift.md b/lookoutmetrics/latest/dev/services-redshift.md
index 9b0c36ea0..d3bb5200f 100644
--- a//lookoutmetrics/latest/dev/services-redshift.md
+++ b//lookoutmetrics/latest/dev/services-redshift.md
@@ -101,28 +100,0 @@ The GitHub repository for this guide provides [sample IAM policies](https://gith
-    
-    {
-        "Version": "2012-10-17",
-        "Statement": [
-            {
-                "Action": [
-                    "redshift:DescribeClusters",
-                    "redshift:DescribeClusterSubnetGroups"
-                ],
-                "Resource": "*",
-                "Effect": "Allow"
-            },
-            {
-                "Action": [
-                    "secretsmanager:GetSecretValue"
-                ],
-                "Resource": [
-                    "arn:aws:secretsmanager:${Region}:${Account}:secret:${SecretId}"
-                ],
-                "Effect": "Allow",
-                "Condition": {
-                    "ForAllValues:StringEquals": {
-                        "secretsmanager:VersionStage": "AWSCURRENT"
-                    }
-                }
-            },
-            ...
-