→ Back to Home
AWS

AWS Launches AgentCore Runtime with Memory Reclamation and Sub-2-Second Cold Starts

AWS has officially rolled out an architectural overhaul to its Amazon Bedrock AgentCore runtime. Designed as the managed execution environment for autonomous agents and tools, the updated runtime introduces on-demand memory paging, active idle memory reclamation, and snapshot-based microVM restoration. Under benchmark testing, the platform achieves a consistent P75 cold-start latency of approximately two seconds across container images sized from 200 MB up to 2 GB—eliminating the steep latency curve of the legacy runtime, which scaled up to nearly 30 seconds for 2 GB images. This release tackles one of the thorniest practical problems in modern agentic AI deployments: unpredictable burst economics. Agent workloads are fundamentally distinct from traditional stateless microservices; they bundle heavy dependencies (such as language parsers, headless browser environments, and multi-model SDKs) and run complex, stateful loops that can last minutes or hours. Until now, engineering teams scaling these architectures were forced to either reserve costly static compute pools or endure intolerable cold-start penalties on serverless runtimes whenever dynamic scaling occurred. Furthermore, by reclaiming unreferenced memory during execution rather than holding the high-water mark until session termination, AgentCore brings billed runtime costs in line with true active utilization. Contextually, this update reflects a broader maturation across cloud computing infrastructure as AI systems transition from exploratory chatbots to autonomous, background agents. Hyperscalers are increasingly optimizing lower-level virtualization and memory management mechanisms—similar to earlier innovations in Firecracker microVM snapshots—to accommodate larger AI binaries without sacrificing serverless agility. Bedrock AgentCore acts as AWS’s direct play to capture agent orchestration workloads that previously resided on self-managed ECS or EKS clusters. In practice, teams running multi-model agents or complex tool chains on self-managed Amazon ECS and Fargate should evaluate migrating their agent hosts to AgentCore. Adopting the snapshot-ready deployment pattern allows organizations to bundle necessary operational dependencies into standard containers without incurring startup penalties. Platform architects should, however, audit internal agent code to ensure memory buffers and transient session caches are explicitly dropped, ensuring workloads fully capitalize on the dynamic memory reclamation engine.
#aws#bedrock#ai agents#serverless#cloud infrastructure
Read original source