AWS bedrock-agentcore documentation change
Summary
Updated service limits and added invocation limits sections for Browser and Code Interpreter tools. Changed concurrent session limits from 500 to 1000, removed CDP stream configuration limit, and added new invocation constraints including payload size, rate limits, and execution durations.
Security assessment
The changes primarily adjust operational limits and clarify invocation constraints rather than addressing specific security vulnerabilities. While some limits like payload size restrictions and rate limits could help prevent abuse, there is no explicit mention of security vulnerabilities or security-specific mitigations in the diff.
Diff
diff --git a/bedrock-agentcore/latest/devguide/bedrock-agentcore-limits.md b/bedrock-agentcore/latest/devguide/bedrock-agentcore-limits.md index 5a76f9294..f4a208319 100644 --- a//bedrock-agentcore/latest/devguide/bedrock-agentcore-limits.md +++ b//bedrock-agentcore/latest/devguide/bedrock-agentcore-limits.md @@ -191,2 +191 @@ Browser service quotas Quota | Default Value | Adjustable | Notes -Session duration | 15 minutes | Yes | Can be extended up to 8 hours -Concurrent active sessions per account | 500 | Yes | Can be increased via support ticket +Concurrent active sessions per account for browser and CI | 1000 | Yes | Can be increased via support ticket @@ -194 +192,0 @@ Total Browser tool configurations per account | 100 | Yes | Can be increased via -CDP stream and live view stream per session | 1 each | No | Allows a single agent and end user to interact with the browser @@ -196,0 +195,11 @@ Hardware configuration per session | 1vCPU/4GB | No | The maximum memory/CPU usa +### Browser Invocation Limits + +The following table describes the invocation limits for the Browser tool: + +Browser invocation limits Limit | Value | Adjustable | Notes +---|---|---|--- +Automation stream limit per session | 1 | No | Maximum number of automation streams per session +Live view stream limit per session | 1 | No | Maximum number of live view streams per session +Asynchronous command max duration | 8 hrs | No | Maximum execution time for asynchronous commands +Disk size | 10 GB | No | Maximum disk space available per session + @@ -203 +211,0 @@ Code Interpreter service quotas Quota | Default Value | Adjustable | Notes -Execution time | 15 minutes | Yes | Can be extended up to 8 hours @@ -207,0 +216,12 @@ Hardware configuration per session | 2vCPU/8GB | No | The maximum memory/CPU usa +### Code Interpreter Invocation Limits + +The following table describes the invocation limits for the Code Interpreter tool: + +Code Interpreter invocation limits Limit | Value | Adjustable | Notes +---|---|---|--- +Request timeout | 15 mins | No | Maximum time for synchronous requests +Max payload size | 100 MB | No | Maximum size for request/response payloads +Invocations per second | 3 | No | Rate limit for API calls per session +Asynchronous command max duration | 8 hrs | No | Maximum execution time for asynchronous commands +Disk size | 10 GB | No | Maximum disk space available per session +