chef-provisioning-aws icon indicating copy to clipboard operation
chef-provisioning-aws copied to clipboard

aws_image NotImplementedError.

Open vinodhalaharvi opened this issue 8 years ago • 1 comments

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

vinodhalaharvi avatar Mar 16 '16 17:03 vinodhalaharvi

The error suggests it has found an existing AMI and is trying to update it (which isn't supported/implemented)

christinedraper avatar Mar 16 '16 17:03 christinedraper