I have a few set of API's written in CakePHP which we want to migrate to Amazon AWS.
Following is the current situation:
- Website is hosted on GoDaddy as shared hosting with domain, for example: democompany.com 
- Backend database is MySQL which we access via PhpMyAdmin. It has several tables e.g. users, plans, purchases etc. 
- All API's are written in CakePHP which we access via base URL: democompany.com/cake 
For example, for adding an entry in users table, we create a JSON and send it via REST API. Below image show the JSON:
Now, since our users are growing, our API response time has slowed. Sending a POST or GET takes time to return the response.
We were thinking of migrating our API's and database to Amazon AWS or any other solution. I am not much aware of AWS, so don't know which product would be best. Which would be the best solution and offer immediate response and would be cost-effective?

 
     
     
    