You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ecs-cli helps you create new task definition revisions through docker compose file format.
ecs-cli compose command creates task definitions, that are named after the compose project-name. Once you update the docker-compose.yml file with a new image path/url, you can run ecs-cli compose create to create a new ECS Task Definition revision for that project.
TaskDefinition name format : "{{compose-project--name-prefix}}{{project-name}}"
compose-project-name-prefix : can be configured using ecs-cli configure (defaults to 'ecscompose-')
project-name : can be configured using ecs-cli compose command (defaults to {{directory-name}})
Is there any way to create a new version of an existing Task Definition with different image path/url through CLI?
The text was updated successfully, but these errors were encountered: