AWS cli documentation change
Summary
Added --cluster-role and --auto-scaling parameters for modifying cluster autoscaling configuration
Security assessment
Documents IAM role requirements (cluster-role ARN) for autoscaling operations during updates, including a restriction that the role cannot be updated while autoscaling is active. This reinforces security practices but does not indicate a resolved vulnerability.
Diff
diff --git a/cli/latest/reference/sagemaker/update-cluster.md b/cli/latest/reference/sagemaker/update-cluster.md index 2b71dfc75..3ac015d44 100644 --- a//cli/latest/reference/sagemaker/update-cluster.md +++ b//cli/latest/reference/sagemaker/update-cluster.md @@ -15 +15 @@ - * [AWS CLI 2.28.16 Command Reference](../../index.html) » + * [AWS CLI 2.28.19 Command Reference](../../index.html) » @@ -71,0 +72,2 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/sagema + [--cluster-role <value>] + [--auto-scaling <value>] @@ -614,0 +617,31 @@ Syntax: +`--cluster-role` (string) + +> The Amazon Resource Name (ARN) of the IAM role that HyperPod assumes for cluster autoscaling operations. Cannot be updated while autoscaling is enabled. + +`--auto-scaling` (structure) + +> Updates the autoscaling configuration for the cluster. Use to enable or disable automatic node scaling. +> +> Mode -> (string) +> +>> Describes whether autoscaling is enabled or disabled for the cluster. Valid values are `Enable` and `Disable` . +> +> AutoScalerType -> (string) +> +>> The type of autoscaler to use. Currently supported value is `Karpenter` . + +Shorthand Syntax: + + + Mode=string,AutoScalerType=string + + +JSON Syntax: + + + { + "Mode": "Enable"|"Disable", + "AutoScalerType": "Karpenter" + } + + @@ -728 +761 @@ ClusterArn -> (string) - * [AWS CLI 2.28.16 Command Reference](../../index.html) » + * [AWS CLI 2.28.19 Command Reference](../../index.html) »