Workshop 12: Elastic Beanstalk
$count++; if($count == 1) { include "../mobilemenu.php"; } if ($count == 2) { include "../sharemediasubfolder.php"; } ?>
Elastic Beanstalk is AWS Platform as a Service offering.
You can use Elastic Beanstalk to host and scale applications.
Go to Services -> Elastic Beanstalk to go to Elastic Beanstalk dashboard.
In this tutorial, we will work on the Elastic Beanstalk dashboard.
Click on Getting Started button on the dashboard.
Step 1: Create a web app
Here you can configure your application name, platform, application code etc.
You can provide the following details:
Application name: any name you prefer
Platform: Choose from a list of: .NET, Java, Node.js, PHP, Python, Ruby, Tomcat, Go and much more.
For this tutorial, I choose Java.
Step 3: Upload your web application to Beanstalk
Once the web application is created, you can then upload JAR files.