leapp
leapp copied to clipboard
Launching SSM session with preconfigured Leapp commands
Is your feature request related to a problem? Please describe.
Every time you start an SSM Session with Session Manager, you have to prompt /bin/bash to open the terminal.
Describe the solution you'd like
I suggest opening the terminal with a message from leapp, maybe with an Ascii art.
Then start with the
bin/bash
the command to launch the session in the right way.
Additional context This would work for Linux instances only, how to manage Windows Instances?
I think we should check the instance operating system before making the actual connection to SSM and dynamically change the shell parameters to fit windows and linux.