AWS Security ChangesHomeSearch

AWS bedrock-agentcore documentation change

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

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

Summary

Updated terminology from 'Session storage' to 'Persistent filesystems' and clarified that filesystem state persists across session stop/resume cycles without external storage

Security assessment

This is a terminology update and feature clarification with no security implications. The change describes persistence capabilities but doesn't address security vulnerabilities or add security documentation.

Diff

diff --git a/bedrock-agentcore/latest/devguide/agents-tools-runtime.md b/bedrock-agentcore/latest/devguide/agents-tools-runtime.md
index d20a86545..3c389466f 100644
--- a//bedrock-agentcore/latest/devguide/agents-tools-runtime.md
+++ b//bedrock-agentcore/latest/devguide/agents-tools-runtime.md
@@ -34 +34 @@ AgentCore Runtime supports both real-time interactions and long-running workload
-Session storage
+Persistent filesystems
@@ -37 +37 @@ 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).
+Runtime supports persisting filesystem state across session stop/resume cycles. The agent's files, installed packages, and build artifacts can survive session stops without external storage.