Skip to content

Commit

Permalink
chore: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
keidarcy committed Jun 20, 2023
1 parent 4548224 commit 9aa921d
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
# e1s: ECS In Terminal
# E1S - Easily Manage AWS ECS Resources in Terminal 🐱✨

`e1s` is a terminal application to easily browsing and manage AWS ECS resources 🐱, with a focus on [Fargate](https://aws.amazon.com/fargate). Inspired by [k9s](https://github.com/derailed/k9s).
`e1s` is a terminal application to easily browsing and manage AWS ECS resources, with a focus on [Fargate](https://aws.amazon.com/fargate). Inspired by [k9s](https://github.com/derailed/k9s).

![e1s-demo](./docs/e1s-demo.gif)

## Note

e1s reads your ~/.aws/config file, but it does not store or send your access and secret key anywhere. The access and secret key is used only to securely connect to AWS API via AWS SDK.

## Installation

e1s is available on Linux, macOS and Windows platforms.
Expand Down Expand Up @@ -116,9 +120,6 @@ $ AWS_PROFILE=my-profile e1s -readonly
tail -f /tmp/e1s_debug.log
```

## Note
**e1s reads your ~/.aws/config file, but it does not store or send your access and secret key anywhere. The access and secret key is used only to securely connect to AWS API via AWS SDK.**

## Feature Requests & Bug Reports

If you have any feature requests or bug reports, please submit them through GitHub [Issues](https://github.com/keidarcy/e1s/issues).
Expand Down

0 comments on commit 9aa921d

Please sign in to comment.