View a markdown version of this page

AWS::SageMaker::Cluster ClusterNetworkInterface - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.

AWS::SageMaker::Cluster ClusterNetworkInterface

The network interface configuration for a Amazon SageMaker HyperPod cluster instance group.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "InterfaceType" : String }

YAML

InterfaceType: String

Properties

InterfaceType

The type of network interface for the instance group. Valid values:

  • efa – An EFA with ENA interface, which provides both the EFA device for low-latency, high-throughput communication and the ENA device for IP networking.

  • efa-only – An EFA-only interface, which provides only the EFA device capabilities without the ENA device for traditional IP networking.

For more information, see Elastic Fabric Adapter.

Required: Yes

Type: String

Allowed values: efa | efa-only

Update requires: No interruption