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

推荐订阅源

Microsoft Security Blog
Microsoft Security Blog
J
Java Code Geeks
GbyAI
GbyAI
aimingoo的专栏
aimingoo的专栏
L
LangChain Blog
I
InfoQ
D
Docker
F
Fortinet All Blogs
Y
Y Combinator Blog
Martin Fowler
Martin Fowler
月光博客
月光博客
B
Blog
Engineering at Meta
Engineering at Meta
T
Tailwind CSS Blog
罗磊的独立博客
博客园_首页
G
Google Developers Blog
Stack Overflow Blog
Stack Overflow Blog
Recent Announcements
Recent Announcements
D
DataBreaches.Net
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
B
Blog RSS Feed
IT之家
IT之家
V
V2EX

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

投稿日: 2026年6月1日

Amazon SageMaker HyperPod は、クラスターインスタンスグループ向けに、EFA のみのネットワークインターフェイスをサポートするようになりました。これにより、IP ネットワーク用の従来の Elastic Network Adapter (ENA) を使用せずに、専用の Elastic Fabric Adapter (EFA) デバイスを設定できるようになりました。SageMaker HyperPod は、AI/ML モデル開発専用のインフラストラクチャであり、組み込みの耐障害性とクラスターの自動復旧を備えた回復力のある高性能環境を提供します。EFA のみのサポートを利用することで、VPC の IP アドレスが枯渇するリスクを回避しながら AI/ML クラスターをさらに拡張できます。

大規模な分散トレーニングワークロードを実行する場合、ノード間の通信帯域幅はトレーニングのパフォーマンスにとって重要です。SageMaker HyperPod クラスターインスタンスは複数の EFA 対応ネットワークインターフェイスをサポートしますが、これらを標準の EFA インターフェイスタイプで構成すると、EFA デバイスと ENA デバイス (IP ネットワーク用) の両方が各インターフェイスに接続されます。ノード内の一部のインターフェイスのみが IP ネットワークを必要とする場合でも同様です。EFA インターフェイスタイプでは、接続された ENA デバイスごとにサブネット内の IP アドレスが必然的に消費され、IP アドレスの枯渇につながる可能性があります。それにより、1 つのサブネット内にデプロイできるノードの数が制限されることがあります。本リリースにより、HyperPod クラスターインスタンスグループのネットワークインターフェイスを構成する際に「efa-only」を設定できるようになりました。このオプションを選択すると、ENA デバイスを接続せずに EFA トラフィック専用のネットワークインターフェイスを割り当てることができ、低遅延、高スループットのノード間通信用 EFA インターフェイスの数を最大化できます。EFA のみのインターフェイスは IP アドレスを必要としないため、IP アドレスの枯渇に直面することなく、同一サブネット内でより大規模なクラスターへの拡張が可能になります。この構成は、ノード間の通信帯域幅が重要でありながら、すべてのインターフェイスに専用の IP ネットワークが必要でない大規模な分散トレーニングジョブに特に役立ちます。

EFA のみを選択するには、CreateCluster/UpdateCluster API を使用して HyperPod クラスターを作成または更新するときに、ClusterNetworkInterface の設定で「efa-only」を指定します。EFA のみのオプションは、Amazon SageMaker HyperPod がサポートされているすべての AWS リージョンで利用できます。詳細については、Amazon SageMaker API リファレンスの「ClusterNetworkInterface」を参照してください。