【问题标题】:AWS EC2 becomes "Other Linux" from Ubuntu when creating AMIAWS EC2 在创建 AMI 时从 Ubuntu 变为“其他 Linux”
【发布时间】:2018-01-21 19:54:41
【问题描述】:

我做了以下步骤:

   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。 (只是只读屏幕)。

当我使用除 Amazon AMI (Ubuntu) 之外的其他 AMI 时,任何时候都会发生这种情况。

它与免费层帐户有关吗? 如何获得这方面的支持?

谢谢你。

类似问题: https://forums.aws.amazon.com/message.jspa?messageID=758595#758595

【问题讨论】:

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

标签: linux amazon-web-services amazon-ec2 ubuntu-16.04 amazon-ami


【解决方案1】:

已解决(使用 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,因此需要 3rd 方 SSH。

【讨论】:

    猜你喜欢
    • 2015-12-06
    • 2019-10-21
    • 1970-01-01
    • 2015-07-02
    • 1970-01-01
    • 2018-12-15
    • 2011-12-28
    • 2022-06-18
    • 2022-05-25
    相关资源
    最近更新 更多