Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mpon/ecswalk
Show information for Amazon Elastic Container Service(ECS) like the AWS management console
https://github.com/mpon/ecswalk
aws ecs
Last synced: 11 days ago
JSON representation
Show information for Amazon Elastic Container Service(ECS) like the AWS management console
- Host: GitHub
- URL: https://github.com/mpon/ecswalk
- Owner: mpon
- License: mit
- Created: 2018-03-06T14:44:11.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-10-25T03:54:49.000Z (13 days ago)
- Last Synced: 2024-10-26T17:24:33.450Z (11 days ago)
- Topics: aws, ecs
- Language: Go
- Homepage:
- Size: 1.34 MB
- Stars: 9
- Watchers: 3
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ecswalk
Show information for Amazon Elastic Container Service(ECS) like the AWS management console.
## Usage
![docs/screenshot/demo.gif](docs/screenshot/demo.gif)
### show ECS services by selecting cluster interactively
```bash
ecswalk services
```### show ECS tasks by selecting cluster and service interactively
```bash
ecswalk tasks
```### Get Information from ECS
#### get ECS clusters
```bash
ecswalk get clusters
```#### get ECS services for specified ECS cluster
```bash
ecswalk get service -c default
```#### get ECS tasks for specified ECS cluster and service
```bash
ecswalk get tasks -c default -s web-service
```## Install
```bash
go get github.com/mpon/ecswalk
```or
Download from [GitHub Releases](https://github.com/mpon/ecswalk/releases)
## Options
You can set aws profile by `.ecswalk.yaml` or `$HOME/.ecswalk.yaml`.
```yaml
profile: my-aws
```or pass config to command.
```bash
ecswalk --config conf.yaml
```## Create Test Environment
You can create by terraform [github.com/mpon/infra/ecswalk_test](https://github.com/mpon/infra/tree/master/terraform/ecswalk_test).
## TODO
- [x] List ECS services
- [x] List ECS tasks
- [x] List ECS container instances
- [ ] List ECS services and fuzzy find