Skip to content
/ ecswalk Public

Show information for Amazon Elastic Container Service(ECS) like the AWS management console

License

Notifications You must be signed in to change notification settings

mpon/ecswalk

Repository files navigation

ecswalk

Show information for Amazon Elastic Container Service(ECS) like the AWS management console.

Usage

docs/screenshot/demo.gif

show ECS services by selecting cluster interactively

ecswalk services

show ECS tasks by selecting cluster and service interactively

ecswalk tasks

Get Information from ECS

get ECS clusters

ecswalk get clusters

get ECS services for specified ECS cluster

ecswalk get service -c default

get ECS tasks for specified ECS cluster and service

ecswalk get tasks -c default -s web-service

Install

go get github.com/mpon/ecswalk

or

Download from GitHub Releases

Options

You can set aws profile by .ecswalk.yaml or $HOME/.ecswalk.yaml.

profile: my-aws

or pass config to command.

ecswalk --config conf.yaml

Create Test Environment

You can create by terraform github.com/mpon/infra/ecswalk_test.

TODO

  • List ECS services
  • List ECS tasks
  • List ECS container instances
  • List ECS services and fuzzy find

About

Show information for Amazon Elastic Container Service(ECS) like the AWS management console

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published