## Description The issue that device_name https://github.com/terraform-aws-modules/terraform-aws-eks/blob/master/modules/node_groups/launch_template.tf#L41 is hardcoded, when I use ubuntu-eks ami, the root device name is different. And the following settings, just created new ebs device which is attached but not mouted and root device has default parameters ``` disk_size = 100 disk_type = "gp3" disk_throughput = 250 disk_iops = 3000 ``` ## Versions v17.23.0 - Terraform: 1.0.10 - Provider(s): 3.63.0 - Module: v17.23.0