AWS Security ChangesHomeSearch

AWS systems-manager documentation change

Service: systems-manager · 2025-07-25 · Documentation low

File: systems-manager/latest/userguide/quick-setup-getting-started.md

Summary

Replaced account ID placeholder in IAM role ARNs and policy conditions

Security assessment

Standardization of account ID references in Quick Setup examples. No security-related content added/modified.

Diff

diff --git a/systems-manager/latest/userguide/quick-setup-getting-started.md b/systems-manager/latest/userguide/quick-setup-getting-started.md
index 3df189550..eeb4e1723 100644
--- a//systems-manager/latest/userguide/quick-setup-getting-started.md
+++ b//systems-manager/latest/userguide/quick-setup-getting-started.md
@@ -142 +142 @@ JSON
-                "Resource": "arn:aws:iam::account-id:role/AWS-QuickSetup-*",
+                "Resource": "arn:aws:iam::111122223333:role/AWS-QuickSetup-*",
@@ -266 +266 @@ JSON
-                        "aws:SourceArn": "arn:*:ssm:*:account ID:automation-execution/*"
+                        "aws:SourceArn": "arn:*:ssm:*:111122223333:automation-execution/*"
@@ -292 +292 @@ JSON
-                        "AWS": "arn:aws:iam::account ID:role/administration role name"
+                        "AWS": "arn:aws:iam::111122223333:role/administration role name"
@@ -315 +315 @@ JSON
-                    "Resource": "arn:*:iam::account ID:role/execution role name",
+                    "Resource": "arn:*:iam::111122223333:role/execution role name",