Skip to content

Instantly share code, notes, and snippets.

@rberger
Created November 29, 2009 04:55
Show Gist options
  • Save rberger/244794 to your computer and use it in GitHub Desktop.
Save rberger/244794 to your computer and use it in GitHub Desktop.
ebs_volume "mysql_data_volume" do
aws_access_key node[:runa][:aws_access_key]
aws_secret_access_key node[:runa][:aws_secret_access_key]
volume_id node[:runa][:volume_id]
availability_zone node[:runa][:availability_zone]
device node[:runa][:device]
action :attach
provider "Chef::Provider::Aws::EbsVolume"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment