I have used the following command to bootstrap one ec2 instance for my chef opsworks server.
knife bootstrap 10.104.0.7 -N cms-test.com -x ec2-user -i /home/xx/xxxx.pem --sudo
However, I saw another command to bootstrap ec2 instances with “chef-client-wrapper”. I would like to know what this cookbook for.
Can I use the following command to bootstrap other instances?
knife bootstrap 10.104.0.225 -N cms.test.com -x ec2-user -i /home/xx/xxx.pem --sudo --run-list “recipe[chef-client-wrapper]”