AWS Security ChangesHomeSearch

AWS systems-manager documentation change

Service: systems-manager · 2025-08-28 · Documentation low

File: systems-manager/latest/userguide/ascp-pod-identity-integration.md

Summary

Removed JSON policy example for EKS pod identity role configuration

Security assessment

The deletion removes an example IAM trust policy for pod identity integration. While the policy demonstrates security-related configuration, there is no evidence this removal addresses an active security issue. The change likely reflects documentation reorganization rather than response to a vulnerability.

Diff

diff --git a/systems-manager/latest/userguide/ascp-pod-identity-integration.md b/systems-manager/latest/userguide/ascp-pod-identity-integration.md
index 8813b294a..1764dcd20 100644
--- a//systems-manager/latest/userguide/ascp-pod-identity-integration.md
+++ b//systems-manager/latest/userguide/ascp-pod-identity-integration.md
@@ -65,24 +64,0 @@ Replace the `default placeholder text `with your own values:
-JSON
-    
-
-****
-    
-    
-        {
-        "Version": "2012-10-17",
-        "Statement": [
-          {
-            "Effect": "Allow",
-            "Principal": {
-              "Service": "pods.eks.amazonaws.com"
-            },
-            "Action": [
-              "sts:AssumeRole",
-              "sts:TagSession"
-            ],
-            "Resource": "arn:aws:iam::111122223333:role/EKSPodIdentityRole"
-          }
-        ]
-      }
-    
-