#chef
Read more stories on Hashnode
Articles with this tag
The Chef server works as a mediator between the workstation and node, there is a need to interconnect for both the workstation and node should be in...
In chef, attributes are key-value pairs that represents specific details about a node. Attributes are used by Chef Infra Client to understand: The...
First of all create one Linux machine in AWS. Connect to Linux EC2 Instance through Putty. Download the Private key of the instance using...
Chef is a configuration management technology used to automate the infrastructure provisioning. It is developed on the basis of Ruby DSL language. It...