Java Apps on Elastic beanstalk
- Refer Here
- Download the tomcat application from here, Extract and look at the code folders
- Refer application code from here
- Use game of life war file From here and deploy it when creating an application
- Elastic beanstalk accepts zip/war file or link to s3 bucket to deploy applications
Elastic Beanstalk Application Versions
- Allows us to deploy the versions of the applications and if the version is not working we can undo the rollout by selecting the previous version and deploying it.
Configure IDE
- .net: Configuring Visual Studio with AWS Refer Here and download this from here
- Java: Configure your IDE Refer Here
- Python: Refer Here
- Other languages Refer Here