Hsing-Hui Hsu
Hsing-Hui Hsu
Had a customer today ask about stackset support. Is aws/aws-cdk#3437 still the going solution?
Hi @mightypenguin, If you run `ecs-cli up --cluster --size 2` and then re-run that command with the force flag and a difference `size` value, what will actually happen is cloudformation...
For context, we had an old PR that added that was discarded -- might be a good starting point: https://github.com/aws/amazon-ecs-cli/pull/656 and https://github.com/aws/amazon-ecs-cli/pull/756/
Thanks for opening this issue @sekiyama58! SystemControls was something recently added to an ECS Task definition, and we are working on adding support for this so stay tuned!
WIP via PR #692
@clareliguori should we ever force overwrite the overrides compose file?
Hi @Mehul1313, Are you referring to ephemeral task storage? You should be able to specify it in the container definition. Could you include what your `docker-compose.yml` and `ecs-params.yml` files look...
Hi @aidan-plenert-macdonald, Thanks for opening the issue -- would you want to see this option as simply a flag on `ecs-cli up`? Alternatively, you might be interested in the [AWS...
Related: https://github.com/aws/amazon-ecs-cli/issues/1068