Skip to content

Latest commit

 

History

History
74 lines (47 loc) · 1.22 KB

README.md

File metadata and controls

74 lines (47 loc) · 1.22 KB

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