AWS Elastic Beanstalk
510 views
0

 Published On Jul 14, 2023

In this video, you will learn how to use AWS Elastic Beanstalk service to automate the deployment of web application. We will install a spring boot application on an EC2 machine, create a RDS database, create a autoscaling group along with a load balancer and target group.

Spring boot application url - https://github.com/gaurav157243/aws-p...

Environment Variables:

SPRING_DATASOURCE_URL=jdbc:mysql://${RDS_HOSTNAME}:3306/test?createDatabaseIfNotExist=true

SERVER_PORT=5000

show more

Share/Embed