Auto-scaling EC2 Servers and Updating Code
- by jstats
We've come to the point where we need to set up autoscaling for our web server and I'm unsure how to go about the process of scaling servers and updating the the existing code without remaking a new AMI and changing the autoscale config to use it.
I've read a bit about people bundling the new code and uploading it to s3 and having new servers…