Deploy an AWS Auto Scaling groups using Chef Server

Posted by Yoga on Server Fault See other posts from Server Fault or by Yoga
Published on 2012-04-12T04:52:49Z Indexed on 2012/04/12 5:32 UTC
Read the original article Hit count: 404

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 CloudFormation and seems the hosted Chef server at (http://www.opscode.com/) is able to do so.

Any opensource alternative?

Thanks.

© Server Fault or respective owner

Related posts about amazon-web-services

Related posts about chef