Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I want to upload my java web application with local database on aws elastic beanstalk.
What I did so far:

  1. I have an account on aws
  2. I created an application on aws beanstalk
  3. Launched new environment for this.

But none of these work. anyone Can tell me the necessary steps , please.
Thanks.

share|improve this question

1 Answer

Now it is working , what i did
1.upload war file and creating an environment for this,check your WAR file working or not locally otherwise it may create health check problem on amazon.
2.creating database in rds.
3.both should be in same region. 4.check EC2 it creates new instance for it or not, if yes it will work fine. 5. now click on your application url provide by aws.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.