AWS AWSCloudFormation documentation change
Summary
Added ManagedInstancesProvider configuration and ClusterName property with infrastructure role documentation
Security assessment
New ManagedInstancesProvider documentation includes infrastructure role configuration which relates to security posture, but doesn't indicate resolution of a specific security issue.
Diff
diff --git a/AWSCloudFormation/latest/TemplateReference/aws-resource-ecs-capacityprovider.md b/AWSCloudFormation/latest/TemplateReference/aws-resource-ecs-capacityprovider.md index 8dd8296b3..ca0499069 100644 --- a//AWSCloudFormation/latest/TemplateReference/aws-resource-ecs-capacityprovider.md +++ b//AWSCloudFormation/latest/TemplateReference/aws-resource-ecs-capacityprovider.md @@ -9,3 +9 @@ This is the new _AWS CloudFormation Template Reference Guide_. Please update you -Creates a new capacity provider. Capacity providers are associated with an Amazon ECS cluster and are used in capacity provider strategies to facilitate cluster auto scaling. - -Only capacity providers that use an Auto Scaling group can be created. Amazon ECS tasks on AWS Fargate use the `FARGATE` and `FARGATE_SPOT` capacity providers. These providers are available to all accounts in the AWS Regions that AWS Fargate supports. +Creates a capacity provider. Capacity providers are associated with a cluster and are used in capacity provider strategies to facilitate cluster auto scaling. You can create capacity providers for Amazon ECS Managed Instances and EC2 instances. AWS Fargate has the predefined `FARGATE` and `FARGATE_SPOT` capacity providers. @@ -23,0 +22,2 @@ To declare this entity in your AWS CloudFormation template, use the following sy + "ClusterName" : String, + "ManagedInstancesProvider" : [ManagedInstancesProvider](./aws-properties-ecs-capacityprovider-managedinstancesprovider.html), @@ -36,0 +37,3 @@ To declare this entity in your AWS CloudFormation template, use the following sy + ClusterName: String + ManagedInstancesProvider: + [ManagedInstancesProvider](./aws-properties-ecs-capacityprovider-managedinstancesprovider.html) @@ -54,0 +58,22 @@ _Required_ : No +`ClusterName` + + +Property description not available. + +_Required_ : No + + _Type_ : String + + _Update requires_ : [Replacement](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-replacement) + +`ManagedInstancesProvider` + + +The configuration for the Amazon ECS Managed Instances provider. This includes the infrastructure role, the launch template configuration, and tag propagation settings. + +_Required_ : No + + _Type_ : [ManagedInstancesProvider](./aws-properties-ecs-capacityprovider-managedinstancesprovider.html) + + _Update requires_ : [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt) + @@ -176 +201 @@ Amazon ECS -AutoScalingGroupProvider +AcceleratorCountRequest