ec2 instance connect error - ssh - putty

0

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

已提问 9 个月前251 查看次数
2 回答
2

Hi,

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

Enter image description here

profile picture
专家
已回答 9 个月前
profile picture
专家
已审核 9 个月前
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.

profile picture
已回答 9 个月前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则