Complete deployment to AWS

Posted by Ionut on Programmers See other posts from Programmers or by Ionut
Published on 2012-12-09T19:07:09Z Indexed on 2012/12/09 23:42 UTC
Read the original article Hit count: 269

Filed under:

I'm trying to deploy a Java Application to AWS free tier.

I need the following:

  • RDS provider. Using MySQL client
  • S3 service. This is required for the Lucene Index and image uploading
  • SES service. I need to be able to send emails to new registered users. Namecheap is my domain provider.
  • EC2 instance
  • Elastic Beanstalk instance.

I managed to create an EC2 instance, upload the WAR file and link it to the Namecheap domain. However I find it difficult to link the other instances to the current application. I find the documentation a little messy and I can't find the right way to do this.

Can you provide a simple walk through to deployment for this use case? Thanks!

© Programmers or respective owner

Related posts about amazon-ec2