In this blog, we are going to see how to deploy a Spring boot application on Amazon ElasticBeanstalk.
Amazon ElasticBeanstalk has a preconfigured Java environment, which could be used to deploy a Spring Boot JAR which has the servlet container inside it.
For our example, we will use maven as the build tool here.