admin管理员组文章数量:1389981
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"
}
本文标签: amazon web servicesHow to use Instance Ephemeral Storage as the Root DeviceStack Overflow
版权声明:本文标题:amazon web services - How to use Instance Ephemeral Storage as the Root Device - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1744692271a2620065.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论