AWS Glossary
Amazon Bedrock AgentCore
Bedrock AgentCore is the AWS managed agent runtime — providing memory, tool execution, observability, and identity for autonomous AI agents built on any framework.
AI & assistant-friendly summary
This section provides structured content for AI assistants and search engines. You can cite or summarize it when referencing this page.
Summary
Bedrock AgentCore is the AWS managed agent runtime — providing memory, tool execution, observability, and identity for autonomous AI agents built on any framework.
Key Facts
- •Bedrock AgentCore is the AWS managed agent runtime — providing memory, tool execution, observability, and identity for autonomous AI agents built on any framework
- •AWS lifecycle notice (June 30, 2026)** — Amazon Bedrock Agents Classic is now **Bedrock Agents Classic**, in maintenance for new customers after **July 30, 2026**
- •Net-new agent builds should use [Bedrock AgentCore](/blog/amazon-bedrock-agentcore-production/)
- •Full matrix: [lifecycle roundup](/blog/aws-service-lifecycle-updates-june-2026/)
- •Definition Amazon Bedrock AgentCore is AWS's **managed agent runtime and infrastructure layer** for production AI agents
Entity Definitions
- Amazon Bedrock
- Amazon Bedrock is an AWS service relevant to amazon bedrock agentcore.
- Bedrock
- Bedrock is an AWS service relevant to amazon bedrock agentcore.
- Lambda
- Lambda is an AWS service relevant to amazon bedrock agentcore.
- DynamoDB
- DynamoDB is an AWS service relevant to amazon bedrock agentcore.
- CloudWatch
- CloudWatch is an AWS service relevant to amazon bedrock agentcore.
- IAM
- IAM is an AWS service relevant to amazon bedrock agentcore.
- RAG
- RAG is a cloud computing concept relevant to amazon bedrock agentcore.
- multi-tenant
- multi-tenant is a cloud computing concept relevant to amazon bedrock agentcore.
- serverless
- serverless is a cloud computing concept relevant to amazon bedrock agentcore.
- compliance
- compliance is a cloud computing concept relevant to amazon bedrock agentcore.
- HIPAA
- HIPAA is a cloud computing concept relevant to amazon bedrock agentcore.
- SOC 2
- SOC 2 is a cloud computing concept relevant to amazon bedrock agentcore.
Related Content
- AMAZON BEDROCK AGENTCORE— Related service
- ECOMMERCE AI AGENTS— Related service
- AWS BEDROCK— Related service
AWS lifecycle notice (June 30, 2026) — Amazon Bedrock Agents Classic is now Bedrock Agents Classic, in maintenance for new customers after July 30, 2026. Net-new agent builds should use Bedrock AgentCore. Full matrix: lifecycle roundup.
Definition
Amazon Bedrock AgentCore is AWS’s managed agent runtime and infrastructure layer for production AI agents. It separates agent logic (your code, LangGraph, CrewAI, Strands, or custom frameworks) from agent operations: session-isolated execution, memory, tool gateways, browser automation, sandboxed code interpretation, identity, observability, Managed Harness (GA June 17, 2026), and Payments (GA August 18, 2026 — opt-in microtransactions, not a checkout replacement). AgentCore reached general availability in 2025 and, as of September 2026, is the recommended path for net-new agent builds when a Bedrock prototype needs scaling, audit trails, and compliance-friendly isolation. You still choose underlying foundation models (Claude Sonnet 5, Opus 5, Haiku 4.5, Fable 5.1 for long-horizon jobs after Covered Model sign-off, Nova 2 Lite, GPT-5.6, Grok 4.6, Llama) for reasoning — AgentCore is not a model.
When to use it
- Production deployment of multi-step agents after local prototyping — need concurrency, session isolation, and managed scaling.
- Framework portability — keep LangGraph/CrewAI/Strands orchestration but offload memory, tools, and traces to AWS-managed primitives.
- Compliance-sensitive agents (HIPAA, SOC 2) requiring auditable tool calls, identity per agent action, and CloudWatch/OpenTelemetry traces.
- Long-running sessions with AgentCore Memory — short-term conversation state and long-term semantic recall without custom vector-plus-summary pipelines. Multi-tenant isolation belongs in Memory FGAC (Cedar via Gateway, August 28, 2026) plus flexible namespace variables, not in agent code.
- Tool-rich agents exposing existing REST APIs, Lambda functions, and AWS services through AgentCore Gateway with auth, Cedar Policy, and customer-configurable rate limits.
- Pay-per-use tool calls through AgentCore Payments when the agent must settle APIs, MCP servers, or content inside a session budget — not when the shopper already has a checkout.
When not to use it
- Single-turn Bedrock Converse calls — invoke the model API directly; AgentCore adds latency and cost overhead.
- Read-only RAG Q&A — Bedrock Knowledge Bases alone is simpler.
- Hard sub-second latency SLAs — serverless agent runtime cold starts are measured in seconds; warm pools and design matter.
Tips
- Scope AgentCore Identity IAM roles per tool — never attach broad
*policies to the agent execution role. - Use AgentCore Gateway to wrap legacy APIs with consistent auth, Cedar Policy, customer-configurable rate limits, and CloudTrail logging instead of embedding credentials in agent code.
- Front Memory with Gateway OAuth + Cedar FGAC for per-user or per-tenant isolation. Batch Memory APIs are not covered by FGAC.
- Enable Observability and Evaluations early — traces tell you what happened; batch/online evals (GA June 2026) tell you whether it was good.
- Treat Browser and Code Interpreter tools as high-risk — restrict to trusted prompts and sandbox networks.
- Keep business logic in your framework; use AgentCore for cross-cutting runtime concerns only.
Gotchas
Serious
- Over-privileged agent roles — a compromised agent with wide IAM access becomes an automated lateral movement tool.
- Skipping human approval on write tools — agents that mutate production data need confirmation steps or policy gates.
- Treating Payments GA as checkout — AgentCore Payments settles agent-to-API microtransactions with a session budget. Card capture, refunds, and unbounded purchase stay on your existing processor.
Regular
- Building custom memory on DynamoDB when AgentCore Memory fits — reinvents summarization, recall ranking, and retention policies.
- Confusing AgentCore with Bedrock Agents Classic — Agents Classic (maintenance for new customers July 30, 2026) is the November 2023 orchestration model; AgentCore is the managed runtime for net-new custom agent builds.
- Ignoring cold start in UX — first message in a session may lag; set user expectations or keep sessions warm where cost allows.
Official references
- What is Amazon Bedrock AgentCore?
- AgentCore Runtime
- AgentCore Memory
- Fine-grained access control for Memory
- AgentCore Gateway
- AgentCore Payments
Related FactualMinds content
Related Services
Amazon Bedrock AgentCore Consulting
Production agent infrastructure on Amazon Bedrock AgentCore — Runtime, Gateway, Memory, Identity, Observability and Evaluations. Bring your own framework; we operate the substrate.
eCommerce AI Agents on AWS
Production AI agents for eCommerce on Amazon Bedrock AgentCore — support and WISMO, inventory, merchandising, margin, returns and B2B. Tool boundaries, evals before launch, and a human on anything that moves money.
Amazon Bedrock Consulting for Production LLM Applications
Amazon Bedrock implementation consulting — Knowledge Bases, Agents, Guardrails, model routing, and production RAG. Hands-on Bedrock engineering, not GenAI strategy.
Generative AI on AWS — Production-Ready LLM Apps in Weeks
Generative AI strategy and delivery on AWS — use-case selection, Bedrock + SageMaker architecture, governance, evaluations, and production rollout across the AWS AI stack.
Related Articles
Amazon Bedrock AgentCore: The Production Guide for Net-New AI Agents on AWS
Harness GA June 17, Agents Classic cutoff July 30, Payments GA August 18, Memory FGAC August 28. Harness vs Runtime, Gateway Policy, and when transacting agents still should not own checkout.
Amazon Bedrock AgentCore Pricing: The 12 Components Behind Your Agent Bill
Bedrock AgentCore is metered across twelve distinct components — Runtime, Browser, Code Interpreter, Gateway, Identity, Memory (two tiers), Observability, Evaluations, Payments, Search, and the underlying model spend. Two of them drive 80% of the bill.
Bedrock AgentCore Gateway Server-Side Tools (2026): Skip the Client Orchestration Loop
February 2026 server-side tool execution via AgentCore Gateway + Responses API cut median tool-round-trip latency ~180 ms → ~95 ms on a 12-tool SaaS CRM assistant by removing the client orchestration hop.
Bedrock AgentCore vs Amazon Q: The Enterprise Decision Framework (2026)
First-party TCO benchmark (July 2026): 500-employee Quick Suite ~$3,580/mo vs AgentCore support agent ~$791/mo at 50K sessions. CTO framework for choosing managed assistants vs custom agent infrastructure on AWS.
Need help with this topic?
Our AWS-certified team implements, audits, and optimizes these services in production — from Bedrock RAG pipelines to multi-account landing zones.
