We have three things here, in the earlier post , we saw how chef was installed on the workstation. 1. Enterprise Chef Server - Which is the main server which will be orchestrating the entire process. 2. Node - this is the Virtual machine which will be hosting our app the one which will be carrying our payload. It will have the chef-client installed on it, which will be communicating with the Enterprise Chef server and controlling the configuration of the node or the VM. 3. Workstation - your laptop, that is the machine used to configure the Enterprise server and control the nodes. This is where we had installed chef in our earlier exercise . Before we get started we would need to get a login name and the starter kit from the Chef Enterprise Server. Go to this link and register. Remember that you will be using the organisation name, as we will be using it. Once registered, signed in! Download the Starter Kit. Unzip the kit, this is the knife tool rename the ...