amazon web services - How to use Instance Ephemeral Storage as the Root Device - Stack Overflow

How to use instance ephemeral NVMe disk on r6id.2xlarge as the Root device with terraform aws_instance?

How to use instance ephemeral NVMe disk on r6id.2xlarge as the Root device with terraform aws_instance? Root device means the disk where the OS and boot block is installed.

Does the code below automatically use the instance ephemeral disk as the root block device and allocate all the available storage space without root_block_device block?

resource "aws_instance" "web" {
  ami           = data.aws_ami.ubuntu.id
  instance_type = "r6id.2xlarge"
}

发布者:admin,转转请注明出处:http://www.yc00.com/questions/1744692271a4588279.html

相关推荐

发表回复

评论列表(0条)

  • 暂无评论

联系我们

400-800-8888

在线咨询: QQ交谈

邮件:admin@example.com

工作时间:周一至周五,9:30-18:30,节假日休息

关注微信