cloudposse / terraform-aws-eks-node-group

Terraform module to provision a fully managed AWS EKS Node Group
https://cloudposse.com/accelerate
Apache License 2.0
90 stars 128 forks source link

add core_count and threads_per_core options to launch templates #149

Closed Dmitry1987 closed 1 year ago

Dmitry1987 commented 1 year ago

what

added core_count and threads_per_core options in order to run instances with no hyperthreading, for applications that need maximize single core performance (in some cases it's required).

why

the config option is available in the module but was not available in variables

references

https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/launch_template#example-usage

Dmitry1987 commented 1 year ago

this is good stuff, why nobody wants to approve? 😅 for single threaded apps, very much required functionality actually...