最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

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

programmeradmin2浏览0评论

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"
}
发布评论

评论列表(0)

  1. 暂无评论