aws-shell icon indicating copy to clipboard operation
aws-shell copied to clipboard

ssm start-session can break aws-shell functionality

Open shai-kappel opened this issue 6 years ago • 0 comments

I have tried to use the ssm start-session to run commands interactively on EC2 instance. while i'm able to work with it there is an issue with session management since if i for example need to stop a running command by pressing CTRL+C actually stoping the aws-shell session instead of the remote ssm session. Expected behavior would be to open another session when invoking the ssm start-session similar to running an SSH from a remote SSH session.

shai-kappel avatar Jan 08 '19 07:01 shai-kappel