Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
Vroom Posted July 8, 2015 Posted July 8, 2015 I just started using Amazon SES for sending mails, and it made me wonder if there is a way to have your MySQL database stored on amazon while having the php files on your server. Anyone do this and what is the procedure?
Dll Posted July 10, 2015 Posted July 10, 2015 You're probably not going to want to have your database and server in different locations as the additional latency will slow the site down more than any performance boost you may get from using one of their databases.
tjk Posted July 10, 2015 Posted July 10, 2015 I just started using Amazon SES for sending mails, and it made me wonder if there is a way to have your MySQL database stored on amazon while having the php files on your server. Anyone do this and what is the procedure?You can do this, but why would you, the performance will be horrible. If you want to use AWS, use compute for the app and RDS for the DB, won't be cheap but have done it multiple times.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.