We have a fairly large member site configured on AWS using a medium high-performance server. Most of the time it works at a very low power (~ 3%), but once a week we send a newsletter to our members with opportunities. Within minutes after the newsletter, server load increases (sometimes to over 100%) with members trying to access the site.
In the long run, we will restructure the system, but at the moment I want to add an overflow server that will serve users for several minutes while this happens.
I could not find any good tips on setting up routing for this type of thing. Any ideas?
Thank!
source
share