AWS Security ChangesHomeSearch

AWS bedrock-agentcore documentation change

Service: bedrock-agentcore · 2026-04-10 · Documentation low

File: bedrock-agentcore/latest/devguide/memory-create-a-memory-store.md

Summary

Updated documentation formatting and structure for creating AgentCore Memory, including typographical fixes, step numbering adjustments, and addition of a 'Topics' section with link to encryption documentation

Security assessment

The changes are primarily formatting and structural improvements (apostrophe fixes, step renumbering, heading adjustments). The security-related content about using customer-managed KMS keys for sensitive information was already present and only received typographical fixes. The addition of a link to encryption documentation at the end adds security documentation but doesn't indicate a security issue was addressed. No evidence of vulnerability remediation or incident response.

Diff

diff --git a/bedrock-agentcore/latest/devguide/memory-create-a-memory-store.md b/bedrock-agentcore/latest/devguide/memory-create-a-memory-store.md
index ed1498d5d..eff95c5d1 100644
--- a//bedrock-agentcore/latest/devguide/memory-create-a-memory-store.md
+++ b//bedrock-agentcore/latest/devguide/memory-create-a-memory-store.md
@@ -9 +9 @@ You can create an AgentCore Memory with the AgentCore CLI, the AWS console, or w
-When creating an AgentCore Memory, consider the following factors to maintain it meets your application's needs:
+When creating an AgentCore Memory, consider the following factors to maintain it meets your application’s needs:
@@ -13 +13 @@ When creating an AgentCore Memory, consider the following factors to maintain it
-**Security requirements** – If your application handles sensitive information, consider using a [customer managed AWS KMS key](https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html) for encryption. The service still encrypts data using a service managed key, even if you don't provide a customer-managed AWS KMS key. 
+**Security requirements** – If your application handles sensitive information, consider using a [customer managed AWS KMS key](https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html) for encryption. The service still encrypts data using a service managed key, even if you don’t provide a customer-managed AWS KMS key.
@@ -19 +19 @@ When creating an AgentCore Memory, consider the following factors to maintain it
-AgentCore CLI
+###### Example
@@ -20,0 +21 @@ AgentCore CLI
+AgentCore CLI
@@ -22 +22,0 @@ AgentCore CLI
-The AgentCore CLI memory commands must be run inside an existing agentcore project. If you don't have one yet, create a project first:
@@ -23,0 +24 @@ The AgentCore CLI memory commands must be run inside an existing agentcore proje
+  1. The AgentCore CLI memory commands must be run inside an existing agentcore project. If you don’t have one yet, create a project first:
@@ -49 +50 @@ Interactive
-Run `agentcore` to open the TUI, then select **add** and choose **Memory** :
+  1. Run `agentcore` to open the TUI, then select **add** and choose **Memory** :
@@ -51 +52 @@ Run `agentcore` to open the TUI, then select **add** and choose **Memory** :
-  1. Enter the memory name:
+  2. Enter the memory name:
@@ -55 +56 @@ Run `agentcore` to open the TUI, then select **add** and choose **Memory** :
-  2. Select the event expiry duration:
+  3. Select the event expiry duration:
@@ -59 +60 @@ Run `agentcore` to open the TUI, then select **add** and choose **Memory** :
-  3. Choose memory strategies for long-term memory extraction:
+  4. Choose memory strategies for long-term memory extraction:
@@ -63 +64 @@ Run `agentcore` to open the TUI, then select **add** and choose **Memory** :
-  4. Review the configuration and press Enter to confirm:
+  5. Review the configuration and press Enter to confirm:
@@ -73,2 +74 @@ AWS SDK
-For more information, see [AWS SDK](./aws-sdk-memory.html).
-    
+  1. For more information, see [AWS SDK](./aws-sdk-memory.html).
@@ -123 +126 @@ Console
-###### To create an AgentCore memory
+  1. ====== To create an AgentCore memory
@@ -125 +128 @@ Console
-  1. Open the [Amazon Bedrock AgentCore](https://console.aws.amazon.com/bedrock-agentcore/) console.
+  2. Open the [Amazon Bedrock AgentCore](https://console.aws.amazon.com/bedrock-agentcore/) console.
@@ -127 +130 @@ Console
-  2. In the left navigation pane, choose **Memory**.
+  3. In the left navigation pane, choose **Memory**.
@@ -129 +132 @@ Console
-  3. Choose **Create memory**.
+  4. Choose **Create memory**.
@@ -131 +134 @@ Console
-  4. For **Memory name** enter a name for the AgentCore Memory.
+  5. For **Memory name** enter a name for the AgentCore Memory.
@@ -133 +136 @@ Console
-  5. (Optional) For **Short-term memory (raw event) expiration** set the duration (days), for which the AgentCore Memory will store events.
+  6. (Optional) For **Short-term memory (raw event) expiration** set the duration (days), for which the AgentCore Memory will store events.
@@ -135 +138 @@ Console
-  6. (Optional) In **Additional configurations** set the following:
+  7. (Optional) In **Additional configurations** set the following:
@@ -145 +148 @@ Console
-  7. (Optional) For **Long-term memory extraction strategies** choose one or more [memory strategies](./memory-strategies.html). For more information: 
+  8. (Optional) For **Long-term memory extraction strategies** choose one or more [memory strategies](./memory-strategies.html) . For more information:
@@ -153 +156,8 @@ Console
-  8. Choose **Create memory** to create the AgentCore Memory.
+  9. Choose **Create memory** to create the AgentCore Memory.
+
+
+
+
+###### Topics
+
+  * [Encrypt your Amazon Bedrock AgentCore Memory](./storage-encryption.html)