chef-boneyard / chef-provisioning-aws

AWS driver and resources for Chef that uses the AWS SDK
Apache License 2.0
142 stars 122 forks source link

[Do not merge]Update chef-provisioning-aws to use AWS SDK v2 #530

Closed harikesh-kolekar closed 6 years ago

harikesh-kolekar commented 7 years ago

Currently, the Chef Provisioning AWS gem depends on v1 of the AWS SDK gem, a gem which does not support JSON v2. Many of the ChefDK dependencies are now moving to JSON v2, which is going to cause an increase in the number of gem conflicts that will occur until a point where we can no longer build the ChefDK.

harikesh-kolekar commented 7 years ago

Do not merge with master The code migration from AWS SDK V1 to V2 is done for the S3 resource, the other resources are not migrated and tested.

jjlimepoint commented 7 years ago

I added a PR against the source repo for this, to make EC2 instances work as well - if I should PR it against this instead, I can do that