#execute-command #ecs #tool #profile #aws-credentials #default #cluster

app ecsr

ecsr is a tool that makes it easy to execute the ecs execute command

1 unstable release

0.1.0 Oct 23, 2022

#24 in #aws-credentials

MIT license

13KB
152 lines

ECSR

Example

$ ./target/release/ecsr
Read profile from /Users/egapool/.aws/credentials
 Select profile from "/Users/egapool/.aws/credentials" · default
 Select cluster · your-cluster-name
 Select service · app
 Select task · 14eb7546ebcx45d48656537cba8dd7ea
 Select container · web-container
 Command · bash
aws --profile default ecs execute-command --cluster your-cluster-name --container web-container --interactive --command bash --task 14eb7546ebcx45d48656537cba8dd7ea

Dependencies

~26–40MB
~639K SLoC