AWS Security ChangesHomeSearch

AWS bedrock documentation change

Service: bedrock · 2025-08-22 · Documentation low

File: bedrock/latest/userguide/ltm-permissions.md

Summary

Modified SID values and KMS resource ARN format in long-term memory permissions documentation. Removed trailing commas in JSON policy examples.

Security assessment

Changes are cosmetic improvements to policy examples and documentation structure. No security controls added or modified.

Diff

diff --git a/bedrock/latest/userguide/ltm-permissions.md b/bedrock/latest/userguide/ltm-permissions.md
index d20551b2d..6b84f0d7d 100644
--- a//bedrock/latest/userguide/ltm-permissions.md
+++ b//bedrock/latest/userguide/ltm-permissions.md
@@ -95 +95 @@ JSON
-                "Sid": "Bedrock agents control plane long term memory permissions",
+                "Sid": "AgentsControlPlaneLongTermMemory",
@@ -99 +99 @@ JSON
-                    "kms:ReEncrypt*",
+                    "kms:ReEncrypt*"
@@ -101 +101 @@ JSON
-                "Resource": "arn:aws:kms:us-east-1:123456789012:key/$key-id",
+                "Resource": "arn:aws:kms:us-east-1:123456789012:key/KeyId",
@@ -109 +109 @@ JSON
-                "Sid": "Bedrock agents data plane long term memory permissions",
+                "Sid": "AgentsDataPlaneLongTermMemory",
@@ -114 +114 @@ JSON
-                "Resource": "arn:aws:kms:us-east-1:123456789012:key/$key-id",
+                "Resource": "arn:aws:kms:us-east-1:123456789012:key/KeyId",
@@ -122,3 +122 @@ JSON
-    }}        
-              
-          
+    }