bfolkens / ecs-tools

A finely curated collection of shell tools for common ECS tasks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ECS Tools

A finely curated collection of shell tools for common ECS tasks (like shelling into a machine, task, service, etc)

Deprecation

Note, this project is no longer maintained. I'm slowly moving things over to bfolkens/aws-tools.

ecs-host

./ecs-host -p [profile] -c [cluster] -s [service name]

Example usage:

ssh ec2-user@`ecs-host -p profile -c cluster -s myservice`

About

A finely curated collection of shell tools for common ECS tasks

License:MIT License


Languages

Language:Shell 100.0%