aws / aws/aws-cdk

feat(aws-eks): managed NodeGroup disk encryption

Open
#9,006 15 comments 44 reactions 1 assignee Claimed by @pahud View on GitHub
@aws-cdk/aws-eks @aws-cdk/aws-eks-v2-alpha effort/small feature-request p1
Dominant language
TypeScript
Stars
12.9k
Forks
4.6k
Avg merge
2d 3h
Merged PRs (30d)
83

Description

Encrypt EBS volumes backing Managed NodeGroup EC2 instances.

### Use Case

We want to enforce security best practices when using EKS Managed NodeGroups.

### Proposed Solution

Add a boolean parameter "diskEncrypted" in [managed-nodegroup](https://github.com/aws/aws-cdk/blob/master/packages/%40aws-cdk/aws-eks/lib/managed-nodegroup.ts#L242).

Requires EKS NodeGroup CFN to add a boolean encryption parameter as well.

### Other

- [AWS EKS NodeGroup CFN specification](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html)

* [ ] :wave: I may be able to implement this feature request
* [ ] :warning: This feature might incur a breaking change

---

This is a :rocket: Feature Request

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.