AWS Launches Managed Agent Harness to Automate Infrastructure for AI Agents

This update addresses the "infrastructure tax" that typically delays agent development. It mirrors the shift toward standardized production infrastructure seen across the industry, allowing teams to focus on agent logic. It builds on automated testing frameworks to create a complete environment for reliable agentic engineering.
You can now use the AgentCore CLI to prototype and deploy agents using Infrastructure as Code from your terminal. The managed harness is in preview in four regions, while the persistent filesystem is generally available. Curated best practices for coding assistants like Claude Code and Cursor arrive late April.
Frequently asked questions
- What is the Amazon Bedrock AgentCore managed agent harness?
- The managed agent harness is a configuration-driven environment that automates the infrastructure needed to run AI agents. It handles the orchestration loop, which manages how an agent calls models and uses tools, without requiring developers to write custom backend code. This allows teams to launch a working agent prototype using just three API calls.
- How does the Amazon Bedrock AgentCore persistent filesystem work?
- The persistent agent filesystem provides durable storage that allows AI agents to save their state across different sessions. This capability is essential for human-in-the-loop workflows, where an agent might need to pause a task to wait for human approval or input and then resume exactly where it left off without losing its progress or context.
- Which AWS regions support the new AgentCore features?
- The managed agent harness is currently available in preview in four AWS regions: US West (Oregon), US East (N. Virginia), Asia Pacific (Sydney), and Europe (Frankfurt). Other features, including the AgentCore CLI and the persistent agent filesystem, are generally available in all AWS commercial regions where the Amazon Bedrock AgentCore service is currently offered.
- What is the pricing for Amazon Bedrock AgentCore?
- There are no additional charges for using the AgentCore CLI, the managed agent harness, or the upcoming coding assistant skills. Users only pay for the underlying AWS resources consumed during the agent's operation, such as model inference through Amazon Bedrock or compute and storage resources. This consumption-based model allows for cost-effective prototyping and scaling.
- Which coding assistants support Amazon Bedrock AgentCore skills?
- AWS is releasing pre-built skills that provide curated best practices and patterns for agent development. These skills are already built into the Kiro IDE as a native capability. Plugins for other popular coding assistants, including Claude Code, Codex, and Cursor, are scheduled to be available by the end of April to help developers write better agent logic.


