Sunday, 17 September 2017

Spring Boot application in AWS

Hosted my first Spring Boot application in AWS today,with mysql DB.

Reference:- https://aws.amazon.com/blogs/devops/deploying-a-spring-boot-application-on-aws-using-aws-elastic-beanstalk/

URL:- http://springbooteb-svk-prod.us-east-2.elasticbeanstalk.com/
 http://springbooteb-svk-prod.us-east-2.elasticbeanstalk.com/people

 Its easier than i expected,though its not a cake walk for beginners, one with prior knowledge of deployment in various scenarios only will be able to succeed in the first go.

No comments:

Post a Comment

Installing Docker and Minikube

  install docker-   sudo apt install docker.io   set user to docker group:- sudo gpasswd -a   {user} docker   imp commands:- ...