amazon-ecs-cli

CLI tool to manage AWS ECS clusters and tasks locally

brewmacoslinux
Try with needOr install directly
Source

About

CLI for Amazon ECS to manage clusters and tasks for development

Commands

ecs-cli

Examples

Configure ECS CLI with AWS credentials and default cluster$ ecs-cli configure --cluster my-cluster --default-launch-type EC2 --region us-east-1
Create and launch an ECS cluster$ ecs-cli up --cluster-config my-cluster --ecs-profile default
Run a task using docker-compose file$ ecs-cli compose --file docker-compose.yml up