Our Laravel project will use MySQL database, so let's install the database engine now. It comes from Amazon itself and it is called RDS.
This tutorial will teach you how to create an environment to run your MySQL database. We'll use Amazon Relational Database Service (Amazon RDS) for this, and everything in this tutorial is Free Tier eligible. In addition, we'll provide some MySQL commands to do basic things such as create/list users/tables.
Let's get started...
on step 11. - 13. Do we really need to install the client? we can create the database using the provided AWS UI, and php will connect to the database without using any local client i think, i could be wrong tho
I'm not sure what "AWS UI" is referring to exactly, although the course focuses on using command line tools.