AIToday
Large Language ModelsAmazon AI BlogPublished: Sep 26, 2026, 04:00 JST

DeepEP over EFA lifts MoE RL rollout 40 percent on AWS

DeepEP over EFA lifts MoE RL rollout 40 percent on AWS

3 Key Points

  1. What happened

    Across 48 P5en instances — 16 for training and 32 for inference — enabling DeepEP over EFA raised aggregate RL rollout throughput by 40 percent on a super-sparse MoE model.

  2. Why it matters

    The 40 percent throughput gain on that setup suggests sparse token routing between machines is a major bottleneck in large-scale training runs, so infrastructure choices may matter as much as compute capacity.

  3. What to watch

    The result comes from one 48-instance setup, so whether the 40 percent gain holds at larger cluster sizes is the open question.

WHO IT HITSInfrastructure and platform engineers running large-scale model training on AWS GPU clusters are the ones who would act on this, since the gain comes from a networking and communication configuration rather than new hardware.

Not sure about something? Ask the AI

Questions and answers are published on this page.

Summaries like this, in your inbox every morning.

Context & Analysis

The post starts from a structural problem in post-training MoE models: as these architectures become more sparse to cut inference costs, training becomes limited more by communication between machines than by raw compute. Expert Parallelism worsens this, because it routes tokens dynamically across devices rather than using the structured patterns of tensor, data, or pipeline parallelism.

To address that, AWS combined Amazon EKS, EFA, and Amazon S3 so orchestration, high-performance networking, and durable storage can scale on their own. Amazon also contributed features migrating DeepEP's communication primitives to libfabric, giving DeepEP v2 native EFA support, and NCCL 2.31 picked up the latest EFA optimizations for dense collective communication. In testing across 48 P5en instances, that combination raised aggregate rollout throughput by 40 percent. The post also proposes Spot Instances for rollout generation, since interruption of a rollout worker does not halt the whole job the way it would for tightly coupled training workers.

Whether that 40 percent holds beyond this single cluster size is the practical uncertainty. For teams weighing where to spend on training infrastructure, the finding suggests networking configuration, not just accelerators, may be the lever worth testing first.

FAQ
What is DeepEP over EFA?
DeepEP is a set of specialized dispatch and combine kernels that replace standard all-to-all communication for expert-parallel traffic. Over EFA, it uses NVIDIA GPUDirect RDMA to move data directly between GPU memory buffers across instances.
What workload was used for the throughput test?
The test ran a super-sparse MoE model across 48 P5en instances, with 16 dedicated to training and 32 to inference.
Can rollout generation use cheaper Spot Instances?
Yes. Rollout generation is described as well suited to Amazon EC2 Spot Instances because interrupted rollout workers do not require the entire RL job to stop, unlike tightly coupled policy training.
Amazon AI BlogRead Original Article

Get the latest Large Language Models news every morning

For example, today's edition would include:

  • Salesforce at Dreamforce 2026: UCLA Health hits 75,000+ AI chatsTop Companies AI · 2h ago
  • Kavukcuoglu: Gemini 4 hits post-training, early ship eyedTop Companies AI · 2h ago
  • CrowdStrike (CRWD) joins Blueprint Alliance for AI agent securityTop Companies AI · 2h ago

AI-summarized, only the topics you pick: one digest a day via Email, LINE, or Slack.

Free · 30 seconds with Google · unsubscribe anytimeWhat is AIToday? →

Ask AI

Ask AI anything about this article. The AI reads this article, earlier AIToday articles, and Wikipedia, and cites its sources. Q&As are published on this page for other readers too.

Questions and answers are published on this page.

Related Articles

Next articleProaction's Colin Knudsen builds demos with Codex, lifts deals 50% to 60%