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

Support for KMS ID for EBS Volume #141

Closed
kylegoch opened this issue Jun 26, 2015 · 1 comment
Closed

Support for KMS ID for EBS Volume #141

kylegoch opened this issue Jun 26, 2015 · 1 comment
Assignees

Comments

@kylegoch
Copy link

Currently when creating an ebs volume you can set "encrypted" to true and fog will create the encrypted volume. However it uses the master EBS key on the account to do this.

It would be great if there was a "kms_key_id" option like in the AWS CLI to allow you to specify the Key to use for encryption. The value would be a string (Key ARN).

The use in AWS CLI is documented here:
http://docs.aws.amazon.com/cli/latest/reference/ec2/create-volume.html

I dont have the time or knowledge to do a PR for this at the moment so was going to post it none the less. If I get time I will come back and attempt it myself, may be a while though.

@geemus
Copy link
Member

geemus commented Jun 30, 2015

Thanks for the details and heads up. If there is anything we can help with to make it quicker or easier to help with a PR, just let us know, otherwise it may be a while on our end as well. Thanks!

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

3 participants