AWS Security ChangesHomeSearch

AWS IAM documentation change

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

File: IAM/latest/UserGuide/reference_policies_variables.md

Summary

Removed JSON policy example using policy variables

Security assessment

General documentation cleanup without security implications.

Diff

diff --git a/IAM/latest/UserGuide/reference_policies_variables.md b/IAM/latest/UserGuide/reference_policies_variables.md
index 0678a19f4..52671ccb6 100644
--- a//IAM/latest/UserGuide/reference_policies_variables.md
+++ b//IAM/latest/UserGuide/reference_policies_variables.md
@@ -131,24 +130,0 @@ A policy that allows a principal to get objects from the /David path of an S3 bu
-JSON
-    
-
-****
-    
-    
-    
-    {
-      "Version": "2012-10-17",
-      "Statement": [
-        {
-          "Effect": "Allow",
-          "Action": [
-            "s3:GetObject"
-          ],
-          "Resource": [
-            "arn:aws:s3:::amzn-s3-demo-bucket/David/*"
-          ]
-        }
-      ]
-    }
-    
-    
-