Ec2 ssh
Apr 01, 2020 · When you create a new instance in EC2, you’ll be given a PEM file that acts as your access key. You’ll have to use this to SSH into the server, so you’ll want to add it to your keychain for easy access. How To Use Your PEM File. You can use PEM files manually by adding the -i flag to ssh: ssh -i keyfile.pem user@host