AWS AWSCloudFormation documentation change
Summary
Added AutoScaling and ClusterRole properties with IAM role configuration
Security assessment
Documents IAM role requirements which relate to access control security features, but does not indicate a security fix
Diff
diff --git a/AWSCloudFormation/latest/TemplateReference/aws-resource-sagemaker-cluster.md b/AWSCloudFormation/latest/TemplateReference/aws-resource-sagemaker-cluster.md index 876558a35..f800f53ce 100644 --- a//AWSCloudFormation/latest/TemplateReference/aws-resource-sagemaker-cluster.md +++ b//AWSCloudFormation/latest/TemplateReference/aws-resource-sagemaker-cluster.md @@ -20,0 +21 @@ To declare this entity in your AWS CloudFormation template, use the following sy + "AutoScaling" : [ClusterAutoScalingConfig](./aws-properties-sagemaker-cluster-clusterautoscalingconfig.html), @@ -21,0 +23 @@ To declare this entity in your AWS CloudFormation template, use the following sy + "ClusterRole" : String, @@ -37,0 +40,2 @@ To declare this entity in your AWS CloudFormation template, use the following sy + AutoScaling: + [ClusterAutoScalingConfig](./aws-properties-sagemaker-cluster-clusterautoscalingconfig.html) @@ -38,0 +43 @@ To declare this entity in your AWS CloudFormation template, use the following sy + ClusterRole: String @@ -54,0 +60,11 @@ To declare this entity in your AWS CloudFormation template, use the following sy +`AutoScaling` + + +Property description not available. + +_Required_ : No + + _Type_ : [ClusterAutoScalingConfig](./aws-properties-sagemaker-cluster-clusterautoscalingconfig.html) + + _Update requires_ : [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt) + @@ -71,0 +88,17 @@ _Minimum_ : `1` +`ClusterRole` + + +Property description not available. + +_Required_ : No + + _Type_ : String + + _Pattern_ : `^arn:aws[a-z\-]*:iam::\d{12}:role/?[a-zA-Z_0-9+=,.@\-_/]+$` + +_Minimum_ : `20` + + _Maximum_ : `2048` + + _Update requires_ : [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt) +