AWS Security ChangesHomeSearch

AWS bedrock-agentcore documentation change

Service: bedrock-agentcore · 2026-03-25 · Documentation low

File: bedrock-agentcore/latest/devguide/agents-tools-runtime.md

Summary

Added documentation about session storage feature that persists filesystem state across stop/resume cycles

Security assessment

The change documents a new feature (session storage) but doesn't mention any security aspects, vulnerabilities, or security features. It's purely a feature description addition.

Diff

diff --git a/bedrock-agentcore/latest/devguide/agents-tools-runtime.md b/bedrock-agentcore/latest/devguide/agents-tools-runtime.md
index 45abec6ea..d20a86545 100644
--- a//bedrock-agentcore/latest/devguide/agents-tools-runtime.md
+++ b//bedrock-agentcore/latest/devguide/agents-tools-runtime.md
@@ -33,0 +34,5 @@ AgentCore Runtime supports both real-time interactions and long-running workload
+Session storage
+    
+
+Persist filesystem state across session stop/resume cycles. Your agent's files, installed packages, and build artifacts survive session stops without external storage or VPC configuration. See [Persist session state across stop/resume with a filesystem configuration (Preview)](./runtime-persistent-filesystems.html).
+
@@ -87,0 +93,2 @@ AgentCore Runtime is delivered through a single, comprehensive SDK that provides
+  * [Persist session state across stop/resume with a filesystem configuration (Preview)](./runtime-persistent-filesystems.html)
+