amazon-ecs-cli
amazon-ecs-cli copied to clipboard
How to specify capacity_provider_strategy for service?
To use different capacity providers (ex. to use FARGATE_SPOT) how can you pass it in ecs-cli ? Is there a flag for that or if it is not available what are the alternatives.
I want to use the ecs-cli due to its integration with the docker-compose format for task definitions, but I also want to be able to specify a capacity provider. Currently it does not look like capacity providers are supported by ecs-cli.
PR #1111 opened with capacity provider support.
@cixelsyd any updates on this issue ?
There is a limitation on updating a service that has been previously deployed.