amazon-ecs-cli
amazon-ecs-cli copied to clipboard
How to specify Platform Version For ecs-cli compose up
There should be a way to specify the platform version for ecs-cli compose up commands. My task requires the 20GB ephemeral data volume provided by platform version 1.4.0 but there doesn't appear to be any way to force ECS to use 1.4.0 and my tasks always launch with 1.3.0 and fail as a result.
Context
I would like to be able to specify platform version 1.4.0 for my fargate tasks
Alternatives
I can manually create or update a service, but it doesn't work for one-off tasks
Additional context
- [ ] :wave: I may be able to implement this feature request
- [ ] :warning: This feature might incur a breaking change
This is a :rocket: Feature Request
Hi, now that it seems that LATEST defaults to 1.4.0 I'm on the other side of the feature request and would like to fix platform version to 1.3.0 using some cli flags.