Complete deployment to AWS
- by Ionut
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!