Updated
Updated · AWS Blog · Aug 6
Amazon Bedrock Launches 14-Day Runtime Instances for AI Agents
Updated
Updated · AWS Blog · Aug 6

Amazon Bedrock Launches 14-Day Runtime Instances for AI Agents

3 articles · Updated · AWS Blog · Aug 6

Summary

  • Amazon Bedrock AgentCore added runtime instances, a managed EC2-based option that lets production AI agents persist shared sessions for up to 14 days and run continuously across multi-step workflows.
  • The new compute tier targets workloads that outgrow AgentCore microVMs’ 8-hour limit, especially agents needing GPU acceleration, direct OS access, or multiple collaborating agents on the same host.
  • Runtime instances let teams deploy multiple agents with separate dependencies in one runtime, share a file system within a session, and stop or restart sessions to cut idle costs while keeping state intact.
  • Amazon said the service uses the same AgentCore APIs, identity controls and observability as microVMs, with support at launch for Linux ARM64 and x86_64, Python 3.11-3.14, and container images.
  • The offering is available in 9 regions, including N. Virginia, Oregon, Frankfurt and Tokyo, and is priced at standard EC2 rates plus an AgentCore management fee.

Insights

Will 14-day AI agents revolutionize complex workflows, or just create massive cloud bills for idle compute time?
Are persistent runtime instances the ultimate solution for AI collaboration, or a step backward from truly serverless architectures?
If multiple AI agents share a single filesystem, who resolves the inevitable conflicts when they overwrite each other's work?