AWS Security ChangesHomeSearch

AWS prometheus documentation change

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

File: prometheus/latest/userguide/AMP-alertmanager-IAM-permissions.md

Summary

Removed sample IAM policy for AlertManager permissions

Security assessment

While IAM policies are security-related, removing an example without context does not indicate a security issue. This appears to be documentation reorganization rather than addressing a vulnerability.

Diff

diff --git a/prometheus/latest/userguide/AMP-alertmanager-IAM-permissions.md b/prometheus/latest/userguide/AMP-alertmanager-IAM-permissions.md
index 3a899c084..a4b606c3b 100644
--- a//prometheus/latest/userguide/AMP-alertmanager-IAM-permissions.md
+++ b//prometheus/latest/userguide/AMP-alertmanager-IAM-permissions.md
@@ -9,36 +8,0 @@ You must give users permissions to use alert manager in Amazon Managed Service f
-JSON
-    
-
-****
-    
-    
-    
-    {
-        "Version": "2012-10-17",
-        "Statement": [
-            {
-                "Effect": "Allow",
-                "Action": [
-                    "aps:CreateAlertManagerDefinition",
-                    "aps:DescribeAlertManagerSilence",
-                    "aps:DescribeAlertManagerDefinition",
-                    "aps:PutAlertManagerDefinition",
-                    "aps:DeleteAlertManagerDefinition",
-                    "aps:ListAlerts",
-                    "aps:ListRules",
-                    "aps:ListAlertManagerReceivers",
-                    "aps:ListAlertManagerSilences",
-                    "aps:ListAlertManagerAlerts",
-                    "aps:ListAlertManagerAlertGroups",
-                    "aps:GetAlertManagerStatus",
-                    "aps:GetAlertManagerSilence",
-                    "aps:PutAlertManagerSilences",
-                    "aps:DeleteAlertManagerSilence",
-                    "aps:CreateAlertManagerAlerts"
-                ],
-                "Resource": "*"
-            }
-        ]
-    }
-    
-