So we've been running a single server, and all has been well (in development). But now its time to setup some auto-scaling, and I'm a bit lost. We currently have publish profiles setup. When we build on our buildserver, we have a publish profile to publish to our Amazon EC2 IIS Instance. Great.
But how do you handle auto-scaling? A second instance will be setup automagically based on my parameters, with most likely some initial scripts to setup users, install roles, create sites, etc.... but what is the best practice for actually "publishing" the site to the newly created, stuck behind a load balancer, EC2 IIS instance?
I miss Azure ...