Which AMI to to use for Java/Tomcat/MySQL in Amazon EC2?

Posted by Justin on Server Fault See other posts from Server Fault or by Justin
Published on 2011-08-07T15:24:57Z Indexed on 2014/08/23 22:24 UTC
Read the original article Hit count: 235

I originally posted this on stackoverflow.com and it was suggested serverfault.com might be a better place to ask this question. So here goes:

I'm trying to determine which Amazon Machine Image (AMI) to use as my Virtual Server in Amazon's EC2. For now, I'll need to choose an AMI that complies with the AWS Free Usage Tier. I want to deploy a Java app that I've been developing using Eclipse on Windows XP, Tomcat 7 and MySQL 5.5.

I'm aware that I can choose the Basic 32-bit Amazon Linux AMI. Then I'd manually install Tomcat and MySQL (does MySQL get installed on the image or separately on an Elastic Block Store (EBS)?).

Here's the rub, I'm a bit of a Linux noob. I can start Tomcat and tail the logs and such on Linux but I'm not familiar with the install process for Tomcat and MySQL on Linux and commands like sudo and chmod. I'm happy to get more hands on with Linux but I'm short on time right now.

Are there AMI's that already have Tomcat and MySQL bundled? The Request Instance Wizard shows 805 Community AMI's that are Free Tier Eligible. 51 of the Free Tier Eligible AMI's have "Tomcat" in their name.

I'm willing to consider using Elastic Beanstalk but my research thus far hasn't found any discussion of using MySQL with Beanstalk. The discussions all seem to use Amazon's SimpleDB.

Any advice is greatly appreciated.

© Server Fault or respective owner

Related posts about mysql

Related posts about amazon-ec2