How to deploy Spring Boot web application in AWS Cloud? What is AWS Elastic Beanstalk? What is Security Group? What is EC2 Role?
IMPORTANT:
server.port should be 5000 for SpringBoot application
AWS ElasticBeanstalk forward port 80 to 5000 by default.
application.properties
server.port=5000