Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 311 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 311 Bytes

aws-ecs-exec

Inspired by Amazon ECS Exec

You can put this shell in $PATH

$ chmod +x ecs-exec.sh
$ ./ecs-exec.sh <cluster_name> <task-defination>

You can add -r if want to delete task after logout

PRs are very welcome