AWS bedrock-agentcore documentation change
Summary
Added note about VPC networking requirements for persistent filesystem configuration feature
Security assessment
The change adds a reference to networking requirements for a preview feature. While networking can have security implications, this change doesn't address any specific security vulnerability or add security documentation - it's simply a cross-reference to existing documentation.
Diff
diff --git a/bedrock-agentcore/latest/devguide/agentcore-vpc.md b/bedrock-agentcore/latest/devguide/agentcore-vpc.md index 75ee86c54..d742eb4a7 100644 --- a//bedrock-agentcore/latest/devguide/agentcore-vpc.md +++ b//bedrock-agentcore/latest/devguide/agentcore-vpc.md @@ -527,0 +528,4 @@ Be sure to replace `region` with your specific region if different. +###### Note + +If you are using [Persist session state across stop/resume with a filesystem configuration (Preview)](./runtime-persistent-filesystems.html), ensure your VPC meets the [Networking requirements](./runtime-persistent-filesystems.html#session-storage-networking). +