创建 AMI 时,AWS EC2 从 Ubuntu 变为 "Other Linux"
AWS EC2 becomes "Other Linux" from Ubuntu when creating 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 变成了(平台)"Other Linux",我不能再登录 SSH 了……:
使用 Putty 时,我可以在终端输出中看到 'instance XXX connected',
但无法访问终端 Bash。
(只是只读屏幕)。
当我使用另一个 AMI 而不是 Amazon AMI (Ubuntu) 时,它随时都会发生。
它与免费层帐户有关吗?
如何获得这方面的支持?
谢谢虚拟机。
类似问题:
https://forums.aws.amazon.com/message.jspa?messageID=758595#758595
已解决(使用 AWS Support...):
Pb 是由于 AWS Mindterm Java SSH 浏览器无法连接到此实例。
但是用Putty效果不错,"Other 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 云相比,AWS 没有强大的 Web 浏览器 SSH,因此需要第 3 方 SSH。
我做了以下步骤:
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 变成了(平台)"Other Linux",我不能再登录 SSH 了……: 使用 Putty 时,我可以在终端输出中看到 'instance XXX connected', 但无法访问终端 Bash。 (只是只读屏幕)。
当我使用另一个 AMI 而不是 Amazon AMI (Ubuntu) 时,它随时都会发生。
它与免费层帐户有关吗? 如何获得这方面的支持?
谢谢虚拟机。
类似问题: https://forums.aws.amazon.com/message.jspa?messageID=758595#758595
已解决(使用 AWS Support...): Pb 是由于 AWS Mindterm Java SSH 浏览器无法连接到此实例。
但是用Putty效果不错,"Other 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 云相比,AWS 没有强大的 Web 浏览器 SSH,因此需要第 3 方 SSH。