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

feature request: encrypted EBS volume support #91

Closed
DoctorOgg opened this issue Oct 30, 2014 · 4 comments
Closed

feature request: encrypted EBS volume support #91

DoctorOgg opened this issue Oct 30, 2014 · 4 comments

Comments

@DoctorOgg
Copy link

it would be nice to set EBS volume encryption.

@joshcoughlan
Copy link

+1... the right_aws library has an outstanding pull request to add this ability (flexera-public/right_aws#181)... It would be great if this could be added to the aws chef cookbook as soon as the right_aws library has been updated.

@bprocek
Copy link

bprocek commented Apr 6, 2015

+1...I also require this ability to satisfy various compliance requirements.

@pjungwir
Copy link

This works for me:

aws_ebs_volume 'encrypted_ebs_volume' do
  size 100
  device '/dev/sdi'
  encrypted true
  action [:create, :attach]
  timeout 600
end

@tas50
Copy link
Contributor

tas50 commented Jan 19, 2016

Support for encrypted EBS vols is on master and will be released as 2.8.0

@tas50 tas50 closed this as completed Jan 19, 2016
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

5 participants