AWS EC2 AMIs as the basis of build/test/deploy CI entities

2014-06-25 Thread Dave Tenny
I'm looking for tools that support CI processes in Jenkins based on AMIs. Builds build AMIs. Tests test AMIs. Viable AMIs are then eventually to production. The idea is not to change the AMI after it's built except for ec2 userdata parameters, even avoiding that if possible. I can't find any

Re: AWS EC2 AMIs as the basis of build/test/deploy CI entities

2014-06-25 Thread jpd4nt
Hi Dave. We use Chef for building the AMIs, but testing is currently manual. Not seen anything that does the testing. On Wednesday, 25 June 2014 14:48:58 UTC+1, Dave Tenny wrote: I'm looking for tools that support CI processes in Jenkins based on AMIs. Builds build AMIs. Tests test AMIs.