Skip to content
This repository has been archived by the owner on Feb 6, 2021. It is now read-only.

ntk1000/aws-ecs-util

Repository files navigation

aws-ecs-util

Build Status Coverage Status FOSSA Status Go Report Card

go utility tool for aws ecs (gofe)

description

  • 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

install

TODO

usage

# 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

todolist

  • minify docker image using dockerslim
  • speed up with concurrency or other technique
  • setup binary to github release

ref

Releases

No releases published

Packages

No packages published