Fetching from the wire…
Public story · 2026-08-07 · high
The rollout sets concrete defaults: 20 requests per minute per user, 300 for the Advanced tier, and token caps up to 80,000 per minute.
Why now: AWS published the AgentCore gateway rate-limit configuration guide on August 6.
AWS added per-user, per-target rate limits to its AgentCore gateway on August 6, per AWS's blog post. The caps cover MCP targets, inference targets and HTTP passthrough. The defaults are worth copying even for gateways that aren't running on Bedrock. That matters for anyone running multiple tools off one gateway: a single user tops out at 20 RPM inside a 100 RPM Basic tier.
Limits scope two ways. Bind them to identity, either JWT claims like sub, role and azp, or IAM identities directly. Or bind them to what's being called: targetName, toolName or qualifiedModelId. A single gateway can throttle one noisy tool without slowing the rest of the traffic running through it.
Token limits apply only to inference targets, tracked in tokens per minute; connection limits are tracked separately, in connections per second. Basic tops out at 80,000 TPM and 50 CPS, while Advanced trades a lower 40,000 TPM ceiling for 150 CPS. The individual-user scope gets 20,000 TPM. Requests, tokens and connections are tracked separately, so a client can burn through its token budget before hitting a request ceiling.
The Advanced tier's token budget is lower than Basic's, despite triple the request and connection headroom. Teams should size AgentCore limits by tokens, not by tier name. AWS didn't say why the tiers split that way. The mismatch is the detail worth copying into your own limits, even if you're nowhere near Bedrock.
Each link below shares sources, entities, or timing with this story.
AWS's August 21 post stages agent tool governance as Connect, Control, Catalog and Harden, from one SSO-backed MCP endpoint for a 1-20 user pilot through identity-aware authorization with PII redaction and self-service tool publishing at 100+ users. It supports Cognito-backed...
AWS announced August 6 that agents can now run on your own EC2 instances while AgentCore handles provisioning, patching, scaling, and lifecycle. Complements the existing microVM runtime, targeting sustained or specialized-hardware workloads that need the full EC2 instance-type...
The walkthrough covers implementing MCP tools, wiring authentication, and deploying with AWS CDK against Bedrock AgentCore and Mistral AI Studio. Steal the two-layer JWT pattern: agent identity and end-user identity as separate token layers. Most MCP server tutorials hand-wave...
The full family, Sol, Terra, and Luna, is generally available on Amazon Bedrock with IAM and VPC controls (LLM Boss, AWS). Sol targets coding, biology, and cybersecurity agentic work. Terra runs everyday tasks at about half GPT-5.5's cost, and Luna optimizes for speed. The thr...
Loom (github.com/awslabs/loom) is a reference implementation: "paved path" blueprints baking in least-privilege IAM, abstracted configuration, and strict deployment guardrails for agents built on Strands Agents running on Bedrock AgentCore Runtime. The repo ships the specs use...
AWS made the managed AgentCore harness generally available on June 18. You define model, tools, skills, and memory with CreateHarness, then run it with InvokeHarness. It ships multi-model support (Bedrock, OpenAI, Gemini, LiteLLM), mid-session context preservation, built-in br...
MindPattern daily
One email a day at 7 AM. Sources and a take on every story. Unsubscribe anytime.