TECH Signal 405
AWS Bedrock AgentCore adds EC2-backed runtime instances for agents needing more than eight hours
AWS introduced runtime instances in Bedrock AgentCore, a second compute option that runs AI agents on managed EC2 in a customer's account with sessions lasting up to fourteen days, complementing the existing microVM-based runtime that caps at eight hours.
Teams running long-lived, multi-agent, or GPU-heavy workloads previously hit the eight-hour microVM ceiling and had to maintain separate EC2 fleets. Runtime instances give those workloads persistent compute with shared file systems and co-located agent collaboration while keeping the same AgentCore APIs, identity, and observability model.
Written by elseif from the cluster below · every claim links back to a sourceThe three things worth knowing
Runtime instances run on managed EC2 in the customer's account with sessions up to fourteen days, shared file systems, GPU instance types, and Python or container image packaging.
Multiple agents can co-locate on a single runtime and collaborate through a shared session directory instead of calling each other's APIs for every handoff.
Runtime instances are billed at standard EC2 rates plus a management fee, whereas microVMs charge per vCPU hour and per GB hour with no separate fee, making microVMs cheaper for short bursty workloads.
THE CLUSTER
↗