Flask Application with MySQL RDS
-Create main.tf file
-Create playbook_todo.yml
-Create playbook_install.yml
-Create playbook_install_errors.yml
-Create playbook_ngninx.yml
-Edit index.html file to include EC2 instance IP for API_URL
-After spinning up Terraform edit Main.tf lines 138,139 with newly created subnet IDs
-Edit todo.py and insert newly created RDS id
-To run app $ python3 todo.py
-To run backend $ gunicorn -w 4 -b 0.0.0.0:5000 todo:app