Amazon web services – SSH connection for existing EC2 instance
I'm trying to get a ssh connection to a project I took over from a client. I created a new key using AWS cli: aws ec2 create-key-pair --key-name NewKeyName --query 'KeyMaterial' --output text > NewKeyName.pem I changed the permission to…