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: 335
        
amazon-ec2
I'm trying to deploy a Java Application to AWS free tier.
I need the following:
- RDSprovider. Using MySQL client
- S3service. This is required for the Lucene Index and image uploading
- SESservice. I need to be able to send emails to new registered users. Namecheap is my domain provider.
- EC2instance
- Elastic Beanstalkinstance.
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