AWS cli documentation change
Summary
Added ClusterRole and AutoScaling response fields showing IAM role usage and autoscaling status
Security assessment
The changes document output fields related to existing cluster configurations but do not introduce new security features or address vulnerabilities. The ClusterRole field describes existing IAM usage without modifying security controls.
Diff
diff --git a/cli/latest/reference/sagemaker/describe-cluster.md b/cli/latest/reference/sagemaker/describe-cluster.md index 8c0c7e786..d10299e3f 100644 --- a//cli/latest/reference/sagemaker/describe-cluster.md +++ b//cli/latest/reference/sagemaker/describe-cluster.md @@ -15 +15 @@ - * [AWS CLI 2.28.16 Command Reference](../../index.html) » + * [AWS CLI 2.28.19 Command Reference](../../index.html) » @@ -642,0 +643,24 @@ NodeProvisioningMode -> (string) +ClusterRole -> (string) + +> The Amazon Resource Name (ARN) of the IAM role that HyperPod uses for cluster autoscaling operations. + +AutoScaling -> (structure) + +> The current autoscaling configuration and status for the autoscaler. +> +> Mode -> (string) +> +>> Describes whether autoscaling is enabled or disabled for the cluster. +> +> AutoScalerType -> (string) +> +>> The type of autoscaler configured for the cluster. +> +> Status -> (string) +> +>> The current status of the autoscaling configuration. Valid values are `InService` , `Failed` , `Creating` , and `Deleting` . +> +> FailureMessage -> (string) +> +>> If the autoscaling status is `Failed` , this field contains a message describing the failure. + @@ -653 +677 @@ NodeProvisioningMode -> (string) - * [AWS CLI 2.28.16 Command Reference](../../index.html) » + * [AWS CLI 2.28.19 Command Reference](../../index.html) »