AWS Security ChangesHomeSearch

AWS firehose documentation change

Service: firehose · 2025-09-19 · Documentation low

File: firehose/latest/dev/secrets-manager-how.md

Summary

Removed IAM policy example for Secrets Manager and KMS decryption permissions

Security assessment

Deletion of a sample permissions policy does not indicate a security fix. This appears to be content reorganization rather than addressing a security vulnerability.

Diff

diff --git a/firehose/latest/dev/secrets-manager-how.md b/firehose/latest/dev/secrets-manager-how.md
index 3fbcc8532..15235ddd8 100644
--- a//firehose/latest/dev/secrets-manager-how.md
+++ b//firehose/latest/dev/secrets-manager-how.md
@@ -45,15 +44,0 @@ For more information on IAM policies, see [Permissions policy examples for AWS S
-        {
-        "Version": "2012-10-17",
-        "Statement": [{
-                "Effect": "Allow",
-                "Action": "secretsmanager:GetSecretValue",
-                "Resource": "Secret ARN"
-            },
-            {
-                "Effect": "Allow",
-                "Action": "kms:Decrypt",
-                "Resource": "KMSKeyARN"
-            }
-        ]
-    }
-