

Chef
Chef is an open source systems integration framework built to bring the benefits of configuration management to your entire infrastructure. You write source code to describe how you want each part of your infrastructure to be built, then apply those descriptions to your servers.
Features
- Configuration Management
- Virtualization
- Server Management
Tags
- System Administration
- aws
- ec2
- Ruby
- sysadmin
- perl
Chef information
Featured in Lists
Master List of all Apps and Software I use for both work and personal life.
What is Chef?
Chef is an open source systems integration framework built to bring the benefits of configuration management to your entire infrastructure. You write source code to describe how you want each part of your infrastructure to be built, then apply those descriptions to your servers. The result is a fully automated infrastructure: when a new server comes on line, the only thing you have to do is tell Chef what role it should play in your architecture.




Comments and Reviews
Chef is ideal when you have to maintain a bunch of servers, not just spin them up. It takes some planning and thought, but instead you get an authoritative source of information about your infrastructure, versioned storage of configuration code and a cherry on top — Ruby-based DSL for infrastructure management.