Let's start with setting up MySQL database on AWS as follows:
- Go to AWS console, and in the Database section click on Relational Database Service. Then click on Get started now. We need MySQL, so select MySQL and click on the Next button. In the Use case page, select Dev/Test - MySQL and click on Next:
- Next, in for DB details, select general-public-license for the License model field, select mysql 5.6.39 for the DB engine version, select db.t2.micro for DB instance class field, enter mesosDatabase for DB instance identifier, then for Master username, enter tetrauser. Let's provide the DB identifier; we'll use wordpressmesosdatabase ...