KevinDelao / Cloud-Backend-Project

0 stars 0 forks source link

Deploy Spring Boot App and PostgreSQL RDS instance using AWS Elastic Beanstalk #26

Closed jsunthon closed 4 years ago

jsunthon commented 4 years ago

Set up AWS CLI : https://docs.aws.amazon.com/polly/latest/dg/setup-aws-cli.html

We'll use AWS Elastic Beanstalk service (https://aws.amazon.com/elasticbeanstalk/) to deploy our app. The app will connect to a PostgreSQL databasse on an AWS RDS instance (https://aws.amazon.com/rds/)

There's a tutorial on how to deploy the PostgreSQL database and the Spring Boot application on AWS using AWS Elastic bean stalk: https://www.baeldung.com/spring-boot-deploy-aws-beanstalk

you can also do the more friendly tutorial : https://aws.amazon.com/blogs/devops/deploying-a-spring-boot-application-on-aws-using-aws-elastic-beanstalk/

jsunthon commented 4 years ago

since @jvelasco2319 is blocked on his task without this task being done, I've done it myself to get it up and running. the swagger page is here: http://vr-rehab-cloud-service-usc-dev.us-east-2.elasticbeanstalk.com/swagger-ui.html