chef-provisioning-aws
chef-provisioning-aws copied to clipboard
aws_image NotImplementedError.
Is 'aws_image' supported yet in Chef Provisioning? I get the following error message when I try to run this resource. I am trying to create an instance store backed AWS image. Any other alternatives to doing this using Chef Provisioning?
aws_image 'test-image-1' do
image_id 'ami-4f0b8026'
end
[2016-03-16T13:04:26-04:00] ERROR: aws_image[test-image-1] (ami-4f0b8026) (chef_provisioning::testing line 14) had an error: NotImplementedError: update_aws_object
The error suggests it has found an existing AMI and is trying to update it (which isn't supported/implemented)