Skip to content

ec2 instance connect error - ssh - putty

0

how to find my SSH user name login as for connecting with putty?

asked 3 years ago481 views

2 Answers
2

Hi,

The following table shows the default username depending on the AMI used to launch the EC2 instance. (Source)

Enter image description here

EXPERT

answered 3 years ago

EXPERT

reviewed 3 years ago

1

If you're using an AMI provided by a third party, you may need to check the documentation provided by the third party for the correct username. You can also check the EC2 console. To do this:

  • Open the Amazon EC2 console, navigate to 'Instances', and select the instance.
  • In the 'Description' tab, check the 'AMI ID' field.
  • Use the AMI ID to find the corresponding AMI and its documentation, which should include the default username.

Please note that the username is case-sensitive. Also, remember to use the private key that corresponds to the key pair that you specified when you launched the instance. Each private key is unique for every region.

answered 3 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.