-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Managed worker nodes disk encryption. #1023
Comments
Not speaking for the maintainers for this module, but this is not so much a problem with the Terraform module as a problem with EKS. The (very recent) fix for this has been to add support for Launch Templates:
It seems there is already an issue to support Launch Templates in the TF Module here: #979 |
Closing this since #997 is now merged and v13.1.0 released. See examples/launch_templates_with_managed_node_groups for disk encryption. |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
Hi,
I have deployed the eks cluster with managed worker nodes. I want to enable the encryption in the disk which is attached to worker nodes.
In this link i did not find any attribute to enable the kms encryption for the disk. there is only disk size attribute.
https://github.com/terraform-aws-modules/terraform-aws-eks/tree/master/modules/node_groups
Please help.
Regards
The text was updated successfully, but these errors were encountered: