惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

MongoDB | Blog
MongoDB | Blog
B
Blog RSS Feed
MyScale Blog
MyScale Blog
M
MIT News - Artificial intelligence
H
Hackread – Cybersecurity News, Data Breaches, AI and More
J
Java Code Geeks
U
Unit 42
Blog — PlanetScale
Blog — PlanetScale
L
LangChain Blog
C
Check Point Blog
WordPress大学
WordPress大学
Last Week in AI
Last Week in AI
人人都是产品经理
人人都是产品经理
T
Tailwind CSS Blog
Vercel News
Vercel News
腾讯CDC
GbyAI
GbyAI
有赞技术团队
有赞技术团队
S
SegmentFault 最新的问题
H
Help Net Security
博客园 - 三生石上(FineUI控件)
D
DataBreaches.Net
Microsoft Security Blog
Microsoft Security Blog
小众软件
小众软件

Recent Announcements

Amazon EC2 X8i instances are now available in Europe (Paris) Amazon CloudWatch pipelines now supports drop and conditional processing AWS Deadline Cloud supports monitor creation in multiple regions Amazon CloudWatch pipelines introduces new compliance and governance capabilities Second-generation Amazon FSx for NetApp ONTAP is now available in four additional AWS commercial and AWS GovCloud (US) Regions AWS Billing and Cost Management Dashboards Now Supports Scheduled Email Delivery AWS RTB Fabric supports health checks for real-time bidding workloads AWS Backup extends Amazon FSx support to 5 additional AWS Regions and expands cross-Region and cross-account copy to 14 AWS Regions Amazon RDS now supports the latest CU and GDR updates for Microsoft SQL Server Amazon Timestream for InfluxDB Now Supports Customer-Defined Maintenance Windows Amazon Bedrock now supports cost allocation by IAM user and role Amazon OpenSearch Service supports Managed Prometheus and agent tracing Amazon S3 Lifecycle pauses actions on objects that are unable to replicate Amazon RDS Blue/Green Deployments now supports Amazon RDS Proxy AWS Marketplace announces the Discovery API for programmatic access to catalog data AWS Agent Registry for centralized agent discovery and governance is now available in Preview Amazon OpenSearch Serverless now supports Zstandard (zstd) codec for index compression AWS Private CA now supports customer managed permissions for cross-account sharing Amazon EC2 Capacity Manager now supports tag-based dimensions Amazon Route 53 Resolver endpoints now support DNS delegation for private hosted zones in AWS GovCloud (US) Regions SageMaker HyperPod now supports gang scheduling for distributed training workloads Amazon IVS 实时直播功能现已支持冗余摄取 Amazon EKS 托管节点组现在支持 EC2 Auto Scaling 暖池 Amazon Bedrock AgentCore 浏览器新增操作系统级交互功能 Amazon WorkSpaces Advisor now available for AI-powered troubleshooting Amazon OpenSearch Service now supports Graviton4 based i8ge instances Oracle Database@AWS is now available in twelve AWS Regions AWS Lambda expands response streaming support to all commercial AWS Regions AWS Cost Explorer launches Natural Language Query capabilities powered by Amazon Q Amazon Lightsail 现已在亚太地区(马来西亚)区域推出
Amazon SageMaker HyperPod 现在支持仅限 EFA 的网络接口
Amazon Web Services · 2026-06-02 · via Recent Announcements

Amazon SageMaker HyperPod 现在支持集群实例组使用仅限 EFA 的网络接口,使您能够配置专用的 Elastic Fabric Adapter(EFA)设备,而无需使用传统的弹性网络适配器(ENA)进行 IP 网络通信。SageMaker HyperPod 是一款专为 AI/ML 模型开发而构建的基础设施,可提供具有内置容错能力和自动集群恢复能力的弹性、高性能环境。现在,借助仅限 EFA,您可以进一步扩展 AI/ML 集群,而不会面临 VPC 中 IP 地址耗尽的风险。

运行大规模分布式训练工作负载时,节点间通信带宽对训练性能至关重要。SageMaker HyperPod 集群实例支持多个支持 EFA 的网络接口,但如果使用标准的 efa 接口类型进行配置,每个接口都会同时连接一个 EFA 设备和一个 ENA 设备(用于 IP 网络通信)– 即使节点内仅需在部分接口上启用 IP 网络通信也是如此。efa 接口类型会不可避免地为每个连接的 ENA 设备使用子网中的 IP 地址,这可能导致 IP 地址耗尽,并限制您在单个子网中可部署的节点数量。此次发布后,您现在可以在为 HyperPod 集群实例组配置网络接口时设置 efa-only。此选项将网络接口专用于 EFA 流量,而不连接 ENA 设备,从而使您能够最大限度地增加专用于低延迟、高吞吐量节点间通信的 EFA 接口数量。由于仅限 EFA 的接口不需要 IP 地址,您可以扩展到相同子网中的更大集群,而不会遇到 IP 耗尽的情况。这种配置特别适用于大规模分布式训练作业,在这些作业中,节点间通信带宽至关重要,且无需在每个接口上配置专用 IP 网络。

要启用仅限 EFA,请在通过 CreateCluster/UpdateCluster API 创建或更新 HyperPod 集群时,在 ClusterNetworkInterface 配置中指定 efa-only。仅限 EFA 现已在支持 Amazon SageMaker HyperPod 的所有 AWS 区域推出。要了解更多信息,请参阅《Amazon SageMaker API 参考》中的 ClusterNetworkInterface