Currently, we use laravel forge, connected to digital ocean. The laravel app and database are both on the application server, but when something happens to the application server, we want to still be able to access the database. Since they're both on the same server, we can't until the server is back up after resolving any issues.
It seems wise to move the mysql database created in forge to be running on a mysql database in aws. Is this possible to do? If so, any idea how this can this be accomplished? We looked around but didn't find any guidance on how to achieve this. Has someone done this before that can help point us in the right direction and/or providing a guiding resource?