Skip to content

Easily ssh into the ecs service and its containers aka ecs tasks for debugging

Notifications You must be signed in to change notification settings

eugenestarchenko/aws-ecs-container-login

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

aws-ecs-container-login

Usage

  1. sh ./ssh-aws-ecs-container.sh
  2. Pick the SSH key
  3. Pick the ecs cluster
  4. Pick the ecs service
  5. Pick the ecs task within the ecs service
  6. Pick the container name within the ecs task (if there is more than one container defined)
  7. aws-ecs-container-login will exec bash inside that container
  8. DEBUG from within the container

Requirements

(can all be installed with Homebrew)

TODO

Add support for aws session manager to allow us to connect into an instance and get a shell session through the usage of HTTPS TLS1.2/ port 443, without having to use SSH keys

About

Easily ssh into the ecs service and its containers aka ecs tasks for debugging

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages