Amazon Bedrock AgentCore: modular agent infrastructure on AWS

Best agent runtime on AWSAgent runtimes and platforms

Overview

AgentCore works with "LangChain, OpenAI Agents SDK, Claude Agent SDK, Strands SDK, or your own". Services include Runtime (with session isolation in microVMs), Gateway, Memory, Identity, Policy, Observability through CloudWatch, Evaluations, Browser, Code Interpreter and an AWS Agent Registry.

How it coordinates agents

AgentCore hosts and connects agents; coordination logic comes from the framework you deploy. A2A on Runtime lets AgentCore agents call and be called by other A2A agents.

Governance

Identity, Policy ("access policies verified by automated reasoning"), Observability, Evaluations and microVM session isolation.

Pricing (selected, from AWS's pricing page)

  • Runtime v1: $0.0895 per vCPU-hour and $0.00945 per GB-hour. Runtime v2 consumption: $0.1276 per vCPU-hour and $0.0169 per GB-hour, with committed baseline rates of $0.0997 and $0.0132 launching October 2026. Runtime on instances: EC2 cost plus a 12% management fee (7.8% for GPU).
  • Gateway: $0.005 per 1,000 invocations; Search API $0.025 per 1,000; tool indexing $0.02 per 100 tools per month.
  • Memory: short-term $0.25 per 1,000 events; long-term $0.75 per 1,000 records per month (built-in) or $0.25 (self-managed); retrieval $0.50 per 1,000.
  • Policy: $0.000025 per authorization request.
  • Agent Registry: 5,000 records per month free, then $0.40 per 1,000.
  • Observability: CloudWatch pricing.

Strengths

  • Framework- and model-agnostic.
  • Broad protocol support on Runtime: HTTP, MCP, A2A, AG-UI.
  • The most detailed public pricing in this guide.

Limitations

  • Infrastructure, not a collaboration surface; you build any human-in-the-loop interface.
  • Runs on AWS; no non-AWS runtime is stated.
  • Many metered components make cost forecasting work.

How it fits with BAND

AgentCore hosts the agents; BAND is where they work with agents outside AWS and with people. BAND lists AWS AgentCore and Strands Agents as integrations, so AgentCore agents can join BAND rooms without being rebuilt.

Sources

Reviewed Sep 2026

Frequently asked questions

Does Bedrock AgentCore support A2A?

Yes. AgentCore Runtime supports A2A on port 9000 with an Agent Card at /.well-known/agent-card.json and SigV4 or OAuth 2.0 authentication.

How is AgentCore priced?

By usage. Runtime v1 is $0.0895 per vCPU-hour and $0.00945 per GB-hour; Gateway, Memory, Policy and other services are metered separately.

Compare with