Skip to content
This repository has been archived by the owner on Feb 16, 2021. It is now read-only.

Latest commit

 

History

History
19 lines (12 loc) · 445 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 445 Bytes

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`