Deploy an AWS Auto Scaling groups using Chef Server
- by Yoga
You can, for example, to deploy an an Auto Scaling groups consists of web severs, ELB and DB using AWS CloudFormation (with Chef server):
http://aws.amazon.com/cloudformation/aws-cloudformation-templates/
But, you need to initially create a CF template, is it possible to do it only using Chef Server and Knife? We don't want to rely much on the…