Re: [ansible-project] Best scalable approach to bootstrapping an EC2 server from within AWS Cloudformation?

2016-02-25 Thread KeithA
Cool, so I feel like I'm on the right track! I was thinking of doing it similarly. Thank you for replying so quickly. On Thursday, February 25, 2016 at 8:05:31 PM UTC-8, Stephen Granger wrote: > > 1. Use metadata & cloud-init in Cloudformation to run bash scripts directly > > 3. Install

Re: [ansible-project] Best scalable approach to bootstrapping an EC2 server from within AWS Cloudformation?

2016-02-25 Thread KeithA
How are you implementing these? I was thinking of taking advantage of AWS's Lifecycle Hooks to trigger a Lambda function to have Ansible run playbooks on the pending server but I think that may be a little