Does AWS CloudFormation support ECS task placement strategies?

Does AWS CloudFormation support ECS task placement strategies?

I hope this is just poorly documented. This seems to be possible only through the AWS CLI and AWS Console.

If not supported, does anyone know the timeline?

Thanks in advance for your understanding!

+6
source share
1 answer

Yes , since April 28, 2017 , CloudFormation has supported ECS task placement strategies using the Resource PlacementStrategiesProperty AWS::ECS::Service.


Previous answer (1/19/2017) below:

No, it seems that the official AWS CloudFormation resources do not currently support ECS task placement strategies.

CloudFormation, ECS CreateService API AWS::ECS::Service, , CreateService placementStrategy.

, AWS ​​AWS CloudFormation. ECS Task Place 29 2016 ., ECS CloudFormation 2016 ..

CloudFormation , / ECS Custom Resource, API CreateService/DeleteService , , AWS SDK NodeJS.

+9

Source: https://habr.com/ru/post/1014205/


All Articles