Best practices for building a simple, scalable cluster on Amazon EC2 for a Java web app

Posted by Alex B on Stack Overflow See other posts from Stack Overflow or by Alex B
Published on 2010-03-31T11:48:28Z Indexed on 2010/04/02 17:33 UTC
Read the original article Hit count: 465

I want to build a Java web app and deploy it on EC2. It will be written in Java and will use MySQL. I was hoping to get some pointers on the actual deployment process and configuration. In particular I'm interested in the following topics:

  • machine images (diy vs ready made)
  • mysql replication and backup to S3
  • ways of deploying and redeploying the app to EC2 without interruptions
  • firewalls?
  • load balancing and auto scaling
  • cloudtools (or alternative tools)

© Stack Overflow or respective owner

Related posts about best-practices

Related posts about java