I have some questions about Auto Scaling in Amazon EC2.
- I run deployment in my application several times a day from GitHub and I need compile the Asset Pipeline to send static data to Amazon S3. How do I replicate my application (updated) to others actives servers?
- And for new servers started by Auto Scaling?
I hope they can help me, thanks!
Try using configuration management tools like Chef or Puppet.
I am not sure if any out of the box solution is available for AWS Auto scaling instances.
But byy making use of the instance user-data and chef it is possible to replicate the updated deployments.