these are the most asked questions while installing Linux on Amazon AWS.
- Store .Pem files in the .ssh folder and give file permission to 600, command would be chmod 600 ~/path/my-key-pair.pem
- Now login ssh -i
/path/my-key-pair
.pemec2-user
@ec2-198-51-100-1.compute-1.amazonaws.com