go utility tool for aws ecs (gofe)
- show desired,pending,running ecs tasks in all/specific cluster/services
- detect desired > running ecs tasks in all/specific cluster/services
- show service events in all/specific cluster
- post to slack
TODO
# show desired,pending,running ecs tasks in all clusters
gofe show-tasks -a
# detect desired > running ecs tasks in all clusters (detect errors)
gofe show-tasks -a -e
# filter cluster-name with sc option
gofe show-tasks -cn cluster-name
# filter service-name with ss option
gofe show-tasks -sn service-name
# show service events
gofe show-events
- minify docker image using dockerslim
- speed up with concurrency or other technique
- setup binary to github release
- cli design
- performance tuning
- https://qiita.com/naoina/items/d71ddfab31f4b29f6693#%E4%BE%8B%E3%81%88%E3%81%B0channel-%E3%82%92%E4%BD%BF%E3%82%8F%E3%81%AA%E3%81%84
- http://blog.monochromegane.com/blog/2015/12/15/how-to-speed-up-the-platinum-searcher-v2/
- https://mattn.kaoriya.net/software/lang/go/20180531104907.htm
- https://mattn.kaoriya.net/software/lang/go/20161019124907.htm
- http://kenzo0107.hatenablog.com/entry/2016/11/21/142248
- https://go-tour-jp.appspot.com/concurrency/1