AWS bedrock-agentcore documentation change
Summary
Added documentation for AgentCore harness Service Quotas and clarified it inherits Runtime service quotas
Security assessment
Change introduces new service quota documentation without addressing security vulnerabilities or weaknesses. Mentions resource allocation and throttling limits but lacks security context like vulnerabilities or exploits.
Diff
diff --git a/bedrock-agentcore/latest/devguide/bedrock-agentcore-limits.md b/bedrock-agentcore/latest/devguide/bedrock-agentcore-limits.md index e63c9d2e7..38affb32c 100644 --- a//bedrock-agentcore/latest/devguide/bedrock-agentcore-limits.md +++ b//bedrock-agentcore/latest/devguide/bedrock-agentcore-limits.md @@ -7 +7 @@ -AgentCore Runtime Service QuotasAgentCore Memory Service QuotasAgentCore Identity Service QuotasAgentCore Gateway Service QuotasAgentCore Browser Service QuotasAgentCore Code Interpreter Service QuotasAgentCore Evaluations Service QuotasAgentCore Policy Service QuotasAgentCore Resource Based PoliciesAWS Agent Registry Service Quotas +AgentCore harness Service QuotasAgentCore Runtime Service QuotasAgentCore Memory Service QuotasAgentCore Identity Service QuotasAgentCore Gateway Service QuotasAgentCore Browser Service QuotasAgentCore Code Interpreter Service QuotasAgentCore Evaluations Service QuotasAgentCore Policy Service QuotasAgentCore Resource Based PoliciesAWS Agent Registry Service Quotas @@ -16,0 +17,2 @@ To request a quota increase, contact AWS support. + * AgentCore harness Service Quotas + @@ -39,0 +42,6 @@ To request a quota increase, contact AWS support. +## AgentCore harness Service Quotas + +AgentCore harness is a logical resource. Each harness you create is backed by a managed AgentCore Runtime that AgentCore provisions and operates on your behalf. Therefore, harness invocations are bound by the same service quotas that apply to AgentCore Runtime. These quotas include resource allocation, invocation, throttling, lifecycle, and session storage limits. For all applicable quotas, see AgentCore Runtime Service Quotas. + +For configurable per-invocation controls (such as iteration, timeout, and token caps), see [Control cost with limits](https://docs.aws.amazon.com/bedrock-agentcore/latest/devguide/harness-operations.html#harness-limits). +