You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Usage of sshm ecs:
-c string
ECS cluster name (requires -t)
-t string
ECS task ID for direct connection (requires -c)
-e string
Optional ECS commandfor direct connection, defaults to "/bin/bash" (requires -c and -t)
It would be super cool to get this working in sshm.
Currently, I do the following.
aws --profile snip --region us-east-2 ecs execute-command \ --cluster snip \ --task snip \ --container snip \ --command "/bin/bash" \ --interactive
(source)
And it's not as fun as this tool.
Perhaps something like this
and interactively
The text was updated successfully, but these errors were encountered: