我做了以下步骤:
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时,我可以在终端输出'instance XXX connected'上看到, 但是没有访问终端Bash。 (只读屏幕)。
当我使用另一个AMI而不是Amazon AMI(Ubuntu)时,它会发生。
是否与免费套餐帐户相关? 如何获得支持?
谢谢你。
类似问题: https://forums.aws.amazon.com/message.jspa?messageID=758595#758595
答案 0 :(得分:0)
已解决(使用AWS Support ...): 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。