i am using kitchen-ec2
with chef-zero
provisioner:
$ cat Gemfile | grep kitchen
gem "test-kitchen", "1.4.2"
gem "kitchen-ec2", "0.10.0"
$ cat .kitchen.yml | grep require_chef_omnibus
require_chef_omnibus: true
where the current chef_omnibus
version is 12.4.3-1
.
before posting a pull request over kitchen-ec2
, i would like to verify whether it is possible to synchronize cookbooks from s3
(downloading them from s3
into the ec2 instance), rather then synchronizing the cookbooks by uploading them into each ec2 instance per suite
?
synchronizing the cookbooks from the local machine to s3
, and then downloading the cookbooks from s3
to the ec2 instance -- is drastically much faster and consumes less communication bandwidth.