A finely curated collection of shell tools for common ECS tasks (like shelling into a machine, task, service, etc)
Note, this project is no longer maintained. I'm slowly moving things over to bfolkens/aws-tools.
./ecs-host -p [profile] -c [cluster] -s [service name]
Example usage:
ssh ec2-user@`ecs-host -p profile -c cluster -s myservice`