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

Encryption for EBS volumes using KMS in Terraform #66

Open
nikolasj opened this issue Jul 6, 2023 · 0 comments
Open

Encryption for EBS volumes using KMS in Terraform #66

nikolasj opened this issue Jul 6, 2023 · 0 comments

Comments

@nikolasj
Copy link

nikolasj commented Jul 6, 2023

Describe the Feature

I am currently working on a Terraform configuration for my AWS infrastructure. Part of my setup involves the creation of EBS volumes, which I want to be encrypted.

I am looking for guidance on how to specify in Terraform that the EBS volumes should be created with encryption enabled. I understand that AWS Key Management Service (KMS) can be used for this purpose, but I am unsure how to integrate this into my Terraform configuration.

Expected Behavior

When I apply my Terraform configuration, any EBS volumes that are created should automatically be encrypted using the specified KMS key.

Use Case

This is critical for my organization as we handle sensitive data and need to ensure that all data at rest is securely encrypted to meet our compliance requirements.

Describe Ideal Solution

I am looking for a solution where I can specify in my Terraform configuration the KMS key to be used for EBS encryption. Ideally, this would be as simple as setting an attribute or property on the EBS volume resource in Terraform.

Any advice or examples of how to achieve this would be greatly appreciated.

Alternatives Considered

No response

Additional Context

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant