We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We should default our node-groups to use encrypted root volumes.
This will better comply with our security policies of encryption by default
The text was updated successfully, but these errors were encountered:
Looks like they added support for this through a launch config. aws/containers-roadmap#585 (comment)
I'll dig into the parent EKS module we're using to see how I create and pass one to the node_groups sub module. https://github.com/terraform-aws-modules/terraform-aws-eks/blob/master/modules/node_groups/launch_template.tf
node_groups
Sorry, something went wrong.
Example of enabling it in the module: https://github.com/terraform-aws-modules/terraform-aws-eks/blob/9022013844a61193a2f8764311fb679747807f5c/examples/launch_templates_with_managed_node_groups/launchtemplate.tf#L32
Successfully merging a pull request may close this issue.
We should default our node-groups to use encrypted root volumes.
This will better comply with our security policies of encryption by default
The text was updated successfully, but these errors were encountered: