Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 736 Bytes

File metadata and controls

23 lines (17 loc) · 736 Bytes

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