Reputation: 61
I want to upload my java web application with local database on aws elastic beanstalk.
What I did so far:
But none of these work. anyone Can tell me the necessary steps , please.
Thanks.
Upvotes: 1
Views: 794
Reputation: 61
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.
Upvotes: 1