amazon-web-services - 尝试在 AWS EC2 的实例存储上启动 Ubuntu 18.04

标签 amazon-web-services amazon-ec2 ec2-ami

我正在尝试使用 instance-stored 启动 Ubuntu 18.04 AWS 上的设备类型。我搜索 Ubuntu 18.04 并找到这个 ( ami-02e8efe84b4da2817 ):

enter image description here

好的,那么我选择最简单的可用实例类型,m5d.large :

enter image description here

...但是当我启动实例时,出现以下错误:

Launch Failed
AMI 'ami-02e8efe84b4da2817' with an instance-store root device is not supported for the instance type 'm5d.large'.



如果我遵循了所有启动步骤,为什么会出现此错误?我需要做什么才能在 instance-stored 上运行 Ubuntu 18.04| ?提前致谢。

最佳答案

我向亚马逊支持团队提出了这个问题,他们告诉我,目前,M5D实例类型不支持实例存储卷作为根卷。虽然 M5D实例带有 NVME instance store ,实例的根卷必须是亚马逊EBS体积。

所以我问为什么我能够在面板上选择它,他们告诉我这是一个错误,他们在内部报告了它。

解决方法是:

  • 使用 X1D2实例类型,它们更强大且更昂贵。
  • 使用 EBS (根卷)和 instance-store (数据量)。
  • 关于amazon-web-services - 尝试在 AWS EC2 的实例存储上启动 Ubuntu 18.04,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56251241/

    相关文章:

    amazon-web-services - 数据存储 - 架构未初始化。 DataStore 将无法按预期运行

    amazon-web-services - AWS CloudWatch终端输出日志

    c# - 在 C# 中为 AWS REST 查询创建 HMAC 签名

    docker - 尝试设置新的 ECS 集群时,容器正在连接默认集群

    amazon-web-services - 开始使用boto3之后,AWS EC2实例立即停止

    amazon-ec2 - 在Windows上通过Putty登录Amazon AWS EC2 SSH

    mysql - Amazon Web Services - RDS IP 地址和 Tomcat

    amazon-ec2 - 无法在独立模式下访问 jboss eap 6 的管理控制台

    security - 可以与 AWS 中的安全组关联的所有资源有哪些?

    mysql - 在微型 EC2 实例上安装 MySQL 和 MongoDB