From the course: Java EE: Packaging and Deploying an App

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Deployment to AWS

Deployment to AWS

From the course: Java EE: Packaging and Deploying an App

Start my 1-month free trial

Deployment to AWS

- [Instructor] Alright, so now let's go ahead and set up our project on AWS with Beanstalk. So once you're logged in into your Management Console, scroll down until you see Build a Web App with Elastic Beanstalk. So you can click on this link here and then you're going to have a form here that you have fill with some information. So let's go ahead and start filling that up. So what I'm going to do is call this application name, manny2, and then the platform, you're going to select Tomcat, and then upload your code. Click on Upload and then in the local file you're going to Choose File and then in the Distribution folder, so if you're completely out of that folder, either click on the Exercise Files and grab the file from the resources in the Distribution folder or grab it from the application directly on here. So the file that we're looking for is the hello-world.war. You want to open that one, and then Upload, and then Create Application. So the next step is going to take a few…

Contents