Skip to content

Super simple Go script that takes a cluster, service and container name to directly connect you to bash

Notifications You must be signed in to change notification settings

ykag/docker-connector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker Connector

Super simple utility that facilities direct-to-bash with a Docker container running in ECS.

Download

Boldly assuming anyone that needs this has homebrew already installed.

curl -L https://github.com/ykag/docker-connector/releases/latest/download/docker-connector -o /opt/homebrew/bin/docker-connector && chmod +x /opt/homebrew/bin/docker-connector

Usage

You should already be authenticated with AWS, that could be through tools like saml2aws.

docker-connector \
    --cluster <cluster-name> \
    --service <service-name> \
    --container <container-name> \
    [--profile <aws-profile>] # If you have specified a profile during your AWS login.

About

Super simple Go script that takes a cluster, service and container name to directly connect you to bash

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages