Closed chiku closed 6 years ago
AWS has started to generate AMIs with longer IDs.
The existing code rejects AMIs with a long ID.
Please change the following line to allow AMI IDs with 8 or 17 letters. https://github.com/chef/chef-provisioning-aws/blob/821df69c72df25f744fe879ca32f0bd98a0ec36f/lib/chef/resource/aws_image.rb#L14
https://github.com/chef/chef-provisioning-aws/pull/571 fixes this
Fixed thanks to @jjlimepoint
AWS has started to generate AMIs with longer IDs.
The existing code rejects AMIs with a long ID.
Please change the following line to allow AMI IDs with 8 or 17 letters. https://github.com/chef/chef-provisioning-aws/blob/821df69c72df25f744fe879ca32f0bd98a0ec36f/lib/chef/resource/aws_image.rb#L14