Jue. Mar 28th, 2024

Immutable servers with Vagrant and Chef – Chapter I

1.     Requirements Ruby https://www.ruby-lang.org/en/ VirtualBox https://www.virtualbox.org/ EC2 tools (Optional) http://juanvicenteherrera.eu/2012/02/21/first-steps-with-ec2-api-tools/ Knife https://learnchef.opscode.com/quickstart/workstation-setup/ Vagrant $ gem install vagrant Vagrant plugins https://github.com/mitchellh/vagrant-aws https://github.com/schisamo/vagrant-omnibus https://github.com/cassianoleal/vagrant-butcher $ vagrant plugin install vagrant-aws $ vagrant plugin…