AWS EC2变为;“其他Linux”;从Ubuntu创建AMI时

AWS EC2变为;“其他Linux”;从Ubuntu创建AMI时,linux,amazon-web-services,amazon-ec2,ubuntu-16.04,amazon-ami,Linux,Amazon Web Services,Amazon Ec2,Ubuntu 16.04,Amazon Ami,我执行了以下步骤: 1) Use an existing AMI with Ubuntu 16.0. 2) Create Instance from this AMI and Launch it. 3) Do nothing, just stop the instance. 4) Create AMI from this stopped instance. 新的AMI变成了(平台)“其他Linux”,我无法再登录SSH 使用Putty时,我可以在终端输出上看到“实例XX

我执行了以下步骤:

   1) Use an existing AMI with Ubuntu 16.0.
   2) Create Instance from this AMI and Launch it.
   3) Do nothing, just stop the instance.
   4) Create AMI from this stopped instance.
新的AMI变成了(平台)“其他Linux”,我无法再登录SSH 使用Putty时,我可以在终端输出上看到“实例XXX已连接”, 但是没有访问终端Bash的权限。 (只是只读屏幕)

当我使用另一个AMI而不是AmazonAMI(Ubuntu)时,这种情况随时都会发生

它与免费等级帐户有关吗? 如何在这方面获得支持

谢谢

类似问题: 已解决(使用AWS支持…): Pb是由于AWS Mindterm Java SSH浏览器无法连接到此实例造成的

但使用Putty效果很好,“其他Linux”没有影响

1.) Other Linux means No vanilla Ubuntu (default Ubuntu changed).
2.) Can be connect to EC VM using Putty
     putty -ssh  loginName@Ipadress

Dont forget to convert PEM file to PPK using PuttyGen 1st.
login depends on the original AMI instance, 
here ubuntu/root can be used since this is Ubuntu Amazon.
与google Cloud相比,AWS没有健壮的Web浏览器SSH,因此需要第三方SSH。

已解决(使用AWS支持…): Pb是由于AWS Mindterm Java SSH浏览器无法连接到此实例造成的

但使用Putty效果很好,“其他Linux”没有影响

1.) Other Linux means No vanilla Ubuntu (default Ubuntu changed).
2.) Can be connect to EC VM using Putty
     putty -ssh  loginName@Ipadress

Dont forget to convert PEM file to PPK using PuttyGen 1st.
login depends on the original AMI instance, 
here ubuntu/root can be used since this is Ubuntu Amazon.

与google Cloud相比,AWS没有健壮的Web浏览器SSH,因此需要第三方SSH。

在创建AMI后,您似乎跳过了问题中的一些步骤。您是否从AMI创建了一个新实例,但无法登录到该实例?还是重新启动了旧实例,现在无法登录到该实例?你到底不能登录什么?此外,这与您试图将您的帐户保持在免费级别无关。在创建AMI后,您似乎跳过了问题中的一些步骤。您是否从AMI创建了一个新实例,但无法登录到该实例?还是重新启动了旧实例,现在无法登录到该实例?你到底不能登录什么?此外,这与您试图将您的帐户保持在免费级别无关。