This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS 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 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-onlyUpdate requires: No interruption
-