aws / aws-ec2-instance-connect-cli

This is an all-in-one client for EC2 Instance Connect that handles key brokerage and establishing connection to EC2 Instances through an interface near-identical to standard system ssh, sftp, and other utilities.
Apache License 2.0
159 stars 42 forks source link

Add multiple session support #19

Open TheM0ng00se opened 4 years ago

TheM0ng00se commented 4 years ago

Would be fantastic if you could specify multiple sessions easily via mssh, similar to what csshx provides for adminsitering multiple hosts easily.

CptTZ commented 4 years ago

Thanks for contacting us!

May I know the specific use case for this request? It feels like utilizing tmux or screen could also be an option to me.

TheM0ng00se commented 4 years ago

Definitely an option for sure. At the time I was using it I just thought it would be nice to specify a instance-list and path and have all the logs from each instance pull down in a single command with your client. thx :)

CptTZ commented 4 years ago

Thanks for clarifying! I have noted this feature request in our backlog.

You can also utilize AWS Systems Manager Run Command on your managed instances for doing so.