This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# Bash script to run ecs-exec on Amazon ECS Fargate containers. | |
# | |
# Usage: See --help. | |
# | |
# Installation: Download the script and `chmod u+x the script`. | |
# - For example, in two-lines: | |
# curl "https://gist.githubusercontent.com/leewc/e4c3a16551b06c2b0b4640fa5a3d9c00/raw/sssh" -o "sssh" && chmod u+x ./sssh | |
# ./sssh |