I was wondering what is everyone's experience with provisioning multiple EC2 instances with Ansible. I am contemplating between two methods.
Example I want to provision 10 instances. Should I - provisioning 10 EC2 instances, then set them up all 10 via Ansible at once. I know we can speed this up just by increasing the number of parallel job in the ansible playbook - OR provision 1 EC2 instance, then up that one master with Ansible. Then make an AMI copy of that EC2 instance, and then launch 9 more with that AMI instead. -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/e56b7f94-c338-4bef-8ba1-256ce22981aa%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
