AIToday
Large Language ModelsAI Safety & AlignmentAI Business & IndustryAmazon AI BlogPublished: Aug 7, 2026, 04:01 JST4 min read

AWS adds agent control tools: temporal policies, rate limiting in Bedrock

AWS adds agent control tools: temporal policies, rate limiting in Bedrock

Key takeaway

  • Amazon Bedrock AgentCore, AWS's infrastructure for building and running AI agents at scale, now includes two new security and cost controls. Temporal policies enforce rules on sequences of agent actions (not just individual calls), letting teams block risky patterns like budget overruns or uncontrolled retries; these policies run in the gateway layer outside the agent's own code, so the agent cannot reason around them.

  • Rate limiting on the gateway lets teams cap requests, tokens, or connection time per user across all tools and models.

  • AWS built these features because McKinsey found that roughly 80% of organizations have already seen risky agent behavior, and security concerns are the leading barrier to agent adoption in enterprises.

3 Key Points

  1. What happened

    Amazon Bedrock AgentCore now includes temporal policies (powered by a new open-source policy language called Dogwood) and rate limiting on its gateway. Temporal policies let teams enforce rules on sequences of agent actions—not just individual ones—to block risky patterns like spending across multiple small purchases that exceed a budget, or retrying failed tools without cost limits. Rate limiting lets teams cap how many requests, tokens, or connection time any user can consume per second or per minute across all tools and models behind the gateway.

  2. Why it matters

    According to McKinsey, roughly 80% of organizations have already encountered risky behavior from AI agents, and security and risk concerns are the leading barrier to scaling agentic AI. Most guardrails were designed for predictable software; agents decide their own path, so individual calls look legitimate even when the pattern violates policy. By moving controls into the infrastructure layer (the gateway) rather than application code, AWS aims to let security teams approve agents at scale instead of negotiating one-by-one, and to give enterprises the trust to extend autonomy without hesitation.

  3. What to watch

    Temporal policies and rate limiting take effect once configured, with no changes to agent code—and work for agents already in production. Dogwood is available as an open-source specification and reference implementation under Apache 2.0, which AWS says gives customers visibility into how policies are evaluated and lets the ecosystem build supporting tooling. The capabilities can be adopted independently of each other.

Ask the AI about this article →

Context & Analysis

Trust has become the limiting factor for agent adoption in enterprises. According to McKinsey data cited in the article, roughly 80% of organizations have already encountered risky behavior from AI agents, and security and risk concerns rank as the leading barrier to scaling agentic AI. The challenge is that agents operate differently from traditional software: they decide their own path in real time, making each individual action appear legitimate even when the overall pattern violates policy. AWS identified a gap in how guardrails work today. Most were designed for predictable software that follows a predetermined path; they typically check one action at a time in isolation. But agents can exploit this by, for example, placing a series of small orders that each sit under an approval threshold, or retrying a failed tool repeatedly until token budgets are exhausted. The platform saw that the pattern emerges only when you look at the sequence, not the isolated calls.

AWS's philosophy for AgentCore has been to embed security controls in the infrastructure layer rather than in application code, so every agent is protected consistently without teams having to rebuild and review controls separately. The gateway—a fully managed, serverless entry point that routes requests to models, agents, and knowledge bases—is the natural enforcement point because every call passes through it. The two new capabilities extend this model: temporal policies allow rules to be enforced on sequences of actions, evaluated deterministically at the gateway and logged with full context; and rate limiting caps consumption per user across every tool and model, addressing the real failure modes teams hit (retry loops showing up as request volume, reasoning-heavy tasks as tokens, long sessions as held connections). By moving these controls outside the agent's own code, AWS aims to make approval of autonomous systems a matter of platform configuration rather than repeated negotiation.

FAQ

What is Dogwood and why is it important?
Dogwood is a new open-source policy language purpose-built for AI agents, built on the foundation of Cedar. It extends Cedar with temporal constructs for agent governance including rate limits, time windows, prerequisite steps, and escalation triggers. AWS released it as an open-source specification and reference implementation under Apache 2.0 to give customers visibility into how their policies are evaluated and allow the broader ecosystem to build supporting tooling.
Do I need to change my agent code to use these features?
No. Rate limiting takes effect once configured, with no changes to agent code. Temporal policies are enforced at the gateway layer, outside the agent's own code. Both capabilities work for agents already in production, and you can adopt either one independently.
What kinds of patterns can temporal policies block?
Temporal policies can block a transfer that uses the wrong account number by requiring that a value passed into one call match what an earlier call returned. They can tally what an agent has spent in a session and block the next purchase once the budget is reached, even if that purchase is under the individual limit. Teams can also require that steps happen in a set order or that a significant action needs recorded human approval.
Amazon AI BlogRead Original Article

Get the latest Large Language Models news every morning

For example, today's edition would include:

  • CBTS launches Forge Agents for custom AI agentsSiliconANGLE AI · 44m ago
  • Imec CEO: AI era widens chip-model-CSP collaborationDIGITIMES Asia · 44m ago
  • Alphabet's AI Overviews reach 2.5B monthly usersYahoo Finance AI · 44m ago

AI-summarized, only the topics you pick — one digest a day via Email, Slack, or Discord.

Free · takes 30 seconds · unsubscribe anytimeWhat is AIToday? →

Ask AI

Ask AI anything about this article. Q&As are published on this page for other readers too.

Related Articles

Next articleU.S., China race for humanoid robot dominance