AWS Security ChangesHomeSearch

AWS IAM documentation change

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

File: IAM/latest/UserGuide/access_controlling.md

Summary

Updated example account IDs from placeholder 'account-id' to '111122223333' and improved JSON formatting

Security assessment

Changes involve standard example account ID updates and code formatting improvements without security implications

Diff

diff --git a/IAM/latest/UserGuide/access_controlling.md b/IAM/latest/UserGuide/access_controlling.md
index 529410fc5..40c56a4b9 100644
--- a//IAM/latest/UserGuide/access_controlling.md
+++ b//IAM/latest/UserGuide/access_controlling.md
@@ -276 +276 @@ JSON
-        "Resource": "arn:aws:iam::account-id:policy/TEAM-A/*"
+            "Resource": "arn:aws:iam::111122223333:policy/TEAM-A/*"
@@ -324,2 +324,2 @@ JSON
-          "arn:aws:iam::account-id:group/TEAM-A/*",
-          "arn:aws:iam::account-id:role/TEAM-A/*"
+                "arn:aws:iam::111122223333:group/TEAM-A/*",
+                "arn:aws:iam::111122223333:role/TEAM-A/*"
@@ -351,2 +351,2 @@ JSON
-          "arn:aws:iam::account-id:group/TEAM-A/*",
-          "arn:aws:iam::account-id:role/TEAM-A/*"
+                "arn:aws:iam::111122223333:group/TEAM-A/*",
+                "arn:aws:iam::111122223333:role/TEAM-A/*"
@@ -354,2 +354,4 @@ JSON
-        "Condition": {"ArnLike": 
-          {"iam:PolicyARN": "arn:aws:iam::account-id:policy/TEAM-A/*"}
+            "Condition": {
+                "ArnLike": {
+                    "iam:PolicyARN": "arn:aws:iam::111122223333:policy/TEAM-A/*"
+                }