AWS::SageMaker::ClusterResource Type definition for AWS::SageMaker::Cluster
11 configurable properties. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
AutoScaling | ClusterAutoScalingConfig | |
ClusterName | string | Create-only |
ClusterRole | string | |
InstanceGroups | array | |
NodeProvisioningMode | string | |
NodeRecovery | string | |
Orchestrator | Orchestrator | |
RestrictedInstanceGroups | array | |
Tags | Array<Tag> | |
TieredStorageConfig | TieredStorageConfig | |
VpcConfig | VpcConfig | Create-only |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
ClusterArn | string | The Amazon Resource Name (ARN) of the HyperPod Cluster. |
ClusterStatus | string | The status of the HyperPod Cluster. |
CreationTime | string | The time at which the HyperPod cluster was created. |
FailureMessage | string | The failure message of the HyperPod Cluster. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::SageMaker::Cluster
Resources:
MyResource:
Type: AWS::SageMaker::Cluster
Properties:
Tags:
- Key: Environment
Value: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
sagemaker:DescribeClustersagemaker:ListTagssagemaker:CreateClustersagemaker:DescribeClustersagemaker:UpdateClusterSoftwaresagemaker:AddTagssagemaker:ListTagssagemaker:BatchAddClusterNodessagemaker:BatchDeleteClusterNodeseks:DescribeAccessEntrysagemaker:UpdateClustersagemaker:UpdateClusterSoftwaresagemaker:DescribeClustersagemaker:ListTagssagemaker:AddTagssagemaker:DeleteTagssagemaker:BatchAddClusterNodessagemaker:BatchDeleteClusterNodessagemaker:ListClusterssagemaker:DeleteClustersagemaker:DescribeClustereks:DescribeAccessEntryeks:DeleteAccessEntryOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterClusterArnThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
ClusterNameVpcConfigOrchestrator/EksInstanceGroups/*/OverrideVpcConfigInstanceGroups/*/ExecutionRoleInstanceGroups/*/InstanceGroupNameInstanceGroups/*/InstanceTypeInstanceGroups/*/ThreadsPerCoreRestrictedInstanceGroups/*/OverrideVpcConfigRestrictedInstanceGroups/*/ExecutionRoleRestrictedInstanceGroups/*/InstanceGroupNameRestrictedInstanceGroups/*/InstanceTypeRestrictedInstanceGroups/*/ThreadsPerCore