I am trying to automate the CI process for several .NET applications, and in an ideal world, I would like to deploy a Windows EC2 instance for each, download the instance to install Chef Solo, and then follow the Chef's Recipe to install some dependencies and the package itself.
However - I am a beginner and have no idea, even if it is possible, not to mention where to start :)
I am pretty good at command line tools for AWS, so I can twist AMI in order, but after that I got pretty stuck. I would like to avoid creating a custom AMI with a pre-installed chef, as this takes up a lot of advantages.
I think this is basically what I need to do - but (not surprisingly) focused on Linux:
http://www.opinionatedprogrammer.com/2011/06/chef-solo-tutorial-managing-a-single-server-with-chef/
Does anyone have a link to someone who has done this or the like before? Or is there a better way to accomplish what I would like to do?
Any help was appreciated.
source share