Ec2 ssh && instance connect
#aws #ec2
SSH is command line tool utility that allows to access to remote server
EC2 Instance Connect is the command line tool utility that is provided by AWS and allow user to connect to EC2 instances.
EC2 Instance Connect
This is a AWS tool that allows user to access to EC2 Instance on web browser, the behind the scene is using SSH, and it generated a temporary ssh key for the connection.
Notes
- All those methods requires SG to be setup with port 22 to be allowed.