AWS bedrock-agentcore documentation change
Summary
Added VPC mode documentation for accessing private AWS resources
Security assessment
The VPC mode addition describes a network isolation security feature that enables secure access to private resources. While this documents a security-related capability, there's no indication it addresses a specific existing vulnerability.
Diff
diff --git a/bedrock-agentcore/latest/devguide/code-interpreter-resource-management.md b/bedrock-agentcore/latest/devguide/code-interpreter-resource-management.md index 95e13959e..a4c1291ec 100644 --- a//bedrock-agentcore/latest/devguide/code-interpreter-resource-management.md +++ b//bedrock-agentcore/latest/devguide/code-interpreter-resource-management.md @@ -42,0 +43,5 @@ Allows the tool to access public internet resources. This option enables integra +VPC mode + + +Connects the tool to your Virtual Private Cloud (VPC), allowing access to private resources within your AWS environment such as databases, internal APIs, and other services while maintaining network isolation from the public internet. This option requires additional VPC configuration. +