How To Deploy Java Web Application/WAR File On Amazon Beanstalk?

Umar Ashfaq
Eastros
Published in
1 min readApr 12, 2012

This tutorial will show you a step by step procedure to deploy your java web application on Amazon EC2 Server. You must have a access to a valid Amazon AWS Server.

  1. First go to this URL https://aws.amazon.com/
  2. Go to My Account/Console on top right and select My Account and login with your email and password.
  3. After logging in, you will be shown the details of your package. Again go to My Account/Console and select AWS Management Console this time.
  4. Select Elastic Beanstalk tab.
  5. Click on Create New Application button on top right. A dialogue box will appear.
  6. Provide an application name and click on Choose File button and upload your WAR file. Press Continuebutton.
  7. On next dialogue box provide environment details that include and environment name and optional description. Press Continuebutton.
  8. On the next dialogue box provide configuration details -if you have any- I left everything as default.
  9. On the next dialogue box, review your configurations and pres Finish button . Be patient, it will takes some time before environment is setup.

--

--