AWS

Amazon SageMaker HyperPod NVMe model caching & EKS GPU-aware Inference Gateway; Bedrock adds Sol and Luna variants

AWS added NVMe model caching and a GPU-aware EKS inference gateway in SageMaker HyperPod; Bedrock added vendor 'Sol' and 'Luna' variants, shifting inference ops.

September 26, 2026·3 min read·AI researched · AI written · AI reviewed

Amazon's most consequential move in the Sept 19–26 window wasn't a new billing metric or a lambda tweak — it was shipping infrastructure primitives that make inference latency an infrastructure problem again. SageMaker HyperPod's NVMe model caching and its EKS Inference Gateway are explicitly built to beat the cold-start and first-token problem by moving data and routing logic closer to the GPU.

HyperPod's model-caching feature preloads model weights and container images onto local NVMe on the node, and AWS quotes cold-start reductions of up to 60% in some workloads. The Inference Gateway is a Kubernetes-native, GPU-aware routing add-on for EKS that uses real-time GPU signals to pick the right pod and AWS reports large first-token latency reductions in targeted tests — all without changing model servers or client apps.

Why this matters: pushing weights and images to local NVMe changes the failure and capacity model. You're no longer treating inference pods as purely stateless request handlers; instead you're optimizing for locality, eviction policies, and storage lifecycle. The upside is obvious: warm kernels, fewer cold loads from remote object stores, and far fewer GPU idles while hosts fetch 10s of GBs of weights. The downside is also obvious: planning for NVMe capacity, handling node rescheduling, and making eviction behavior deterministic across autoscale events.

The Inference Gateway is the equally important other half. GPU-aware routing is not just a nicety — it's the mechanism that makes local caching effective. If a scheduler or service proxy can't pick a node with the preloaded weights and the right free GPU memory, those cached weights do nothing. By surfacing GPU telemetry into routing decisions, the gateway prevents unnecessary data movement and eliminates a large class of tail-latency surprises.

Practical trade-offs you need to think about now:

  • Capacity planning: NVMe sizing becomes part of your ML infra bill and a new chokepoint for autoscaling. Model churn means more replication and eviction churn.
  • Affinity and scheduler interplay: you'll want node selectors, topology aware hints, or custom schedulers to keep models where the cache is warm.
  • Observability: GPU signals, NVMe occupancy, cache hit/miss metrics and eviction traces must be first-class telemetry — otherwise the gateway’s routing decisions are a black box.

On the managed-model side, Bedrock's GA of new vendor-branded variants (marketed as Sol and Luna) gives teams a straight trade-off between capability and efficiency: Luna for cheaper, faster inference and Sol for higher-quality outputs. Amazon also published migration guidance for moving multi-model AI agents from ECS/Fargate to Bedrock's managed runtimes, a sign AWS wants customers to shift orchestration responsibility into managed services while still preserving vector-retrieval patterns.

Two implications collide here. First, Bedrock GA reduces the operational surface when you can accept managed LLMs; second, HyperPod and the EKS gateway acknowledge that many workloads will continue to need cluster-local performance. This hybrid reality is now baked into AWS's product play: managed LLMs for convenience, infra plumbing for latency-sensitive production workloads.

One candid take: this is the right move and it's two years late. Teams have been duct-taping caching layers, client-side pinning, and bespoke GPU telemetry into service meshes for too long. AWS putting these pieces into a supported add-on is overdue and will save organizations from building brittle homegrown solutions — provided platform teams actually invest in the ops work HyperPod demands.

If you're responsible for inference SLAs, start benchmarking HyperPod against your most critical models this quarter. If you're happy to cede latency control for simplicity, Bedrock's Sol and Luna variants are now an operationally boring decision you can make and move on. Either way, the split is clear: the inference stack is bifurcating into managed LLMs and latency-optimized cluster patterns, and you need to pick which one your platform will own.

For a deeper look at the EKS gateway and what GPU-aware routing changes in practice, see our companion piece on the HyperPod Inference Gateway. For context on Sol and Luna as vendor model variants, see our writeup of vendor prompt-caching and model rollouts.

Amazon SageMaker HyperPod Inference Gateway: GPU-aware routing and NVMe model caching for EKS

OpenAI adds server-side prompt caching and GPT-6 variants Sol & Luna

Prediction: within 12 months the default production inference architecture at large orgs will include local NVMe caches and GPU-aware routing. If you treat inference as a stateless microservice, you will be debugging tail latency that a sane infra layer could have avoided.

Sources

awsbedrocksagemakerhyperpodeksinference
← All articles
AWS

Amazon SageMaker HyperPod Inference Gateway: GPU-aware routing and NVMe model caching for EKS

HyperPod Inference Gateway brings Kubernetes-native GPU-aware routing and node-local NVMe model caching to EKS, reducing inference latency and cold starts.

Sep 25, 2026·3mamazon-sagemakereks
AWS

Migrate multi-model AI agents from ECS/Fargate to Amazon Bedrock AgentCore runtime

Amazon Bedrock AgentCore runtime moves multi-model AI agents off ECS/Fargate, cutting infra ops while creating a new runtime trust boundary for platform teams.

Sep 24, 2026·3mamazon-bedrockagentcore
AWS

Amazon Bedrock adds high-capacity models and larger Grok contexts; urges migration to managed agent runtime (Sept 2026)

Sept 2026: Amazon Bedrock added higher-capacity models and expanded Grok contexts; AWS urged migration of multi-model agents to Bedrock's managed runtime.

Sep 23, 2026·3mamazon-bedrockbedrock