Try IaC: Chef
Chef is a configuration management tool that can configure and manage a fleet of instances. Chef employs “recipes” for the actions users want Chef to take on their managed servers, using a centralized server to enact those recipes and to store them.
This video covers:
- Installing Chef
- Configuring your instances to use Chef
- Downloading and install the Chef infra-server
- Installing Chef Workstation
- Configuring Knife
- Generating and running your first recipe
- Build and run a Docker app with Chef
- How to use Supermarket to find recipes