Ansible AWS Inventory
I'm working towards having an Ansible playbook to automatically set up AWS EC2 instances, an RDS database and deploy a Rails app to the EC2 instances.
I have managed to do the following:
set up an Ansible playbook to spin up multiple EC2 instances a...