Skip to content
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

Enable EBS encryption on the volume for Nodegroup #1457

Closed
raghavvidya opened this issue Jun 23, 2021 · 3 comments
Closed

Enable EBS encryption on the volume for Nodegroup #1457

raghavvidya opened this issue Jun 23, 2021 · 3 comments

Comments

@raghavvidya
Copy link

Description

We tried to use the Nodegroup submodule to create EKS node groups, but we could not find out to enable encryption on the root volume. Can you please guide us ?

Versions

Terraform v0.13.5

  • provider registry.terraform.io/hashicorp/aws v3.46.0
  • provider registry.terraform.io/hashicorp/cloudinit v2.2.0
  • provider registry.terraform.io/hashicorp/kubernetes v1.13.4
  • provider registry.terraform.io/hashicorp/local v2.1.0
  • provider registry.terraform.io/hashicorp/template v2.2.0
  • provider registry.terraform.io/terraform-aws-modules/http v2.4.1

Reproduction

Steps to reproduce the behavior:

Code Snippet to Reproduce

  node_groups_defaults = {
    key_name       = var.key_name
    pre_userdata   = data.template_file.pre_userdata.rendered
    root_encrypted = true
    eni_delete     = true
    public_ip      = false
  }
  node_groups = var.node_groups

Expected behavior

Actual behavior

On the console, the Nodegroup instances still show EBS volume is not encrypted.

@alzabo
Copy link
Contributor

alzabo commented Jun 23, 2021

This isn't currently supported, but there's a PR pending review, etc. here: #1428

@daroga0002
Copy link
Contributor

#1428 was merged

@github-actions
Copy link

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.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 19, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants