Cloudssh
Installation:
- Install python if not already installed.
- Install aws boto3 for python. Use "pip install boto3" or "sudo pip install boto3". On MacOS you may need to use "sudo pip install --ignore-installed six boto3"
Additional step on Windows
- Install PUTTY.
IMPORTANT - Make sure all installed tools are on the PATH for command search.
Quick Start:
cloudssh ec2-user@.
For example
cloudssh [email protected]
LIMITATIONS:
Currently the supported cloud provider is AWS only.
Author Jim Yang. Contact email: [email protected] or [email protected]