Ssh Into An Aws Box
SSH (Secure Shell) into an Amazon Web Services EC2 box#
-
Go through the motions register etc, selected
ec2 -
Click next make sure to download the
.pemfile -
chmod 400 <myfile>.pem -
ssh -i <myfile>.pem ubuntu@default-dns.amazonaws.com