SSH
Connect to EC2 instance with key-pair via ssh
ssh ec2-user@1.2.3.4 -i key.pem
The second option
Launch an instance without keys
Launch
Add your public key to cat ~/.ssh/authorized_keys
connect with correct username
ssh ubuntu@54.144.193.32
Last updated
Was this helpful?