The Amazon ECS CLI enables users to run their applications on ECS/Fargate using the Docker Compose file format, quickly provision resources, push/pull images in ECR, and monitor running applications on ECS/Fargate.
Which specific command was run? (Example: ecs-cli up --capability-iam --size 2 --launch-type EC2)
Which version of the CLI you are using? (Run: ecs-cli --version)
Which version of Go are you using? (Run: go version)
What platform are you using to run ECS CLI commands? (E.g. Linux, macOS, Windows)
Config files
docker-compose.yml
ecs-params.yml
~/.ecs/config
Expected Behavior
Observed Behavior
I am trying to run ecs-cli pull image but getting this error
FATA[0000] Error executing 'pull': unable to pull image: API error (400): client version 1.17 is too old. Minimum supported API version is 1.24, please upgrade your client to a newer version
ecs-cli --version (base)
ecs-cli version 1.21.0 (*UNKNOWN)
Summary
Description
ecs-cli up --capability-iam --size 2 --launch-type EC2
)ecs-cli --version
)go version
)Config files
docker-compose.yml
ecs-params.yml
~/.ecs/config
Expected Behavior
Observed Behavior
I am trying to run ecs-cli pull image but getting this error
FATA[0000] Error executing 'pull': unable to pull image: API error (400): client version 1.17 is too old. Minimum supported API version is 1.24, please upgrade your client to a newer version
ecs-cli --version (base) ecs-cli version 1.21.0 (*UNKNOWN)
brew install amazon-ecs-cli
Please let me know if need more information