AWS Security ChangesHomeSearch

AWS systems-manager documentation change

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

File: systems-manager/latest/userguide/inventory-resource-data-sync.md

Summary

Updated example KMS key ARN region and standardized placeholder account IDs in resource ARNs

Security assessment

Changes only standardize example values (account IDs/regions) without introducing new security content or addressing vulnerabilities. The KMS reference remains functionally equivalent from a security perspective.

Diff

diff --git a/systems-manager/latest/userguide/inventory-resource-data-sync.md b/systems-manager/latest/userguide/inventory-resource-data-sync.md
index fc3884214..a215112dc 100644
--- a//systems-manager/latest/userguide/inventory-resource-data-sync.md
+++ b//systems-manager/latest/userguide/inventory-resource-data-sync.md
@@ -44 +44 @@ JSON
-                "Resource": "arn:aws:kms:us-east-2:123456789012:key/KMS_key_id",
+                "Resource": "arn:aws:kms:us-east-1:123456789012:key/KMS_key_id",
@@ -88 +88 @@ JSON
-                    "arn:aws:s3:::amzn-s3-demo-bucket/bucket-prefix/*/accountid=account-id/*"
+                    "arn:aws:s3:::amzn-s3-demo-bucket/bucket-prefix/*/accountid=111122223333/*"
@@ -94,4 +94,4 @@ JSON
-                            "account-id1",
-                            "account-id2",
-                            "account-id3",
-                            "account-id4"
+                            "111122223333",
+                            "444455556666",
+                            "123456789012",
+                            "777788889999"
@@ -103,3 +103,3 @@ JSON
-                            "arn:aws:ssm:*:111122223333:resource-data-sync/*",
-                            "arn:aws:ssm:*:111122223333:resource-data-sync/*",
-                            "arn:aws:ssm:*:111122223333:resource-data-sync/*"
+                            "arn:aws:ssm:*:444455556666:resource-data-sync/*",
+                            "arn:aws:ssm:*:123456789012:resource-data-sync/*",
+                            "arn:aws:ssm:*:777788889999:resource-data-sync/*"