AWS Security ChangesHomeSearch

AWS IAM documentation change

Service: IAM · 2025-07-25 · Documentation low

File: IAM/latest/UserGuide/access_policies.md

Summary

Improved JSON formatting and updated account ID in policy example

Security assessment

Code formatting changes and example account ID updates without security impact

Diff

diff --git a/IAM/latest/UserGuide/access_policies.md b/IAM/latest/UserGuide/access_policies.md
index 31a3b7b44..cd5e3e80a 100644
--- a//IAM/latest/UserGuide/access_policies.md
+++ b//IAM/latest/UserGuide/access_policies.md
@@ -241 +241,2 @@ JSON
-      "Statement": [{
+        "Statement": [
+            {
@@ -244 +245,5 @@ JSON
-        "Principal": {"AWS": ["arn:aws:iam::account-id:root"]},
+                "Principal": {
+                    "AWS": [
+                        "arn:aws:iam::111122223333:root"
+                    ]
+                },
@@ -250 +255,2 @@ JSON
-      }]
+            }
+        ]