aws connect to linux/unix code example
Example 1: connect to amazon aws linux
$ mssh i-001234a4bf70dec41EXAMPLE
Example 2: best way to ssh to ec2 instance through public cloud
# SSH over Session Manager
host i-* mi-*
ProxyCommand sh -c "aws ssm start-session --target %h --document-name AWS-StartSSHSession --parameters 'portNumber=%p'"