I would like to login to amazon linux
EC2 instance
I tried like below command.
chmod 600 20200223.pem
ssh i 20200223.pem ec2-user@ec2-3-133-82-108.us-east-2.compute.amazonaws.com
But the response is like this,
ssh: Could not resolve hostname i: nodename nor servname provided, or not known
How can I fix it? I guess the command is correct.
Thanks