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 ClusterOrchestratorEksConfig
The configuration for the Amazon EKS cluster that is used as the orchestrator for the SageMaker HyperPod cluster. This includes the Amazon Resource Name (ARN) of the EKS cluster
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "ClusterArn" :
String
}
YAML
ClusterArn:
String
Properties
ClusterArn
-
The Amazon Resource Name (ARN) of the SageMaker HyperPod cluster.
Required: Yes
Type: String
Pattern:
arn:aws[a-z\-]*:sagemaker:[a-z0-9\-]*:[0-9]{12}:cluster/[a-z0-9]{12}
Minimum:
0
Maximum:
256
Update requires: Replacement