Amazon EC2 multiple instances with SVN app -
heya, quick question. i've got multiple instances on ec2 load balancer between them. use svn app used push live env. @ will.
with multiple ec2's, how push codebase of them @ once? thoughts/links appreciated.
there few different ways this.
if using elastic load balancers
write script that:
- removes machine pool
- updates svn repository
- re-adds machine pool
- repeats additional machines
you fancy , remove 1 machine, update it, remove other machines , update them, if you're concerned consistency.
if using custom load balancing application
look capistrano. don't need use ruby/rake -- can write custom cap files can parallel deploys.
Comments
Post a Comment