Python example using Boto3 to deploy WordPress and a MySQL instance to Amazon EC2 Container Service (ECS)
-
Edit
deployment.py
and enter your AWS access key and secret. -
Run the following code in the main directory, to create a virtual environment and install all requirements with pip.
virtualenv --no-site-packages --distribute .env && source .env/bin/activate && pip install -r requirements.txt
MIT (c) 2016 - Kevin Goedecke