Deploy Spring Boot MySQL CRUD REST API Application on AWS | Elastic Beanstalk

Sdílet
Vložit
  • čas přidán 27. 07. 2024
  • In this video tutorial, we will learn how to deploy Spring Boot MySQL CRUD REST API Application on AWS using Elastic Beanstalk and AWS RDS service.
    We use AWS RDS (Amazon Relational Database Service) to deploy MySQL database on AWS cloud.
    GitHub repository at github.com/RameshMF/springboo...
    #javaguides #springboot #aws

Komentáře • 47

  • @JavaGuides
    @JavaGuides  Před 3 lety +3

    Spring Boot, MySQL, JPA, Hibernate Restful CRUD API Tutorial at czcams.com/video/QXFgzomuDOg/video.html

  • @soumitralahiri100
    @soumitralahiri100 Před rokem

    Excellent set of instructions! I was not sure of what the final result would be but it was very easy to follow along and everything worked exactly as expected. Please keep up the great work!!

  • @mateoperez9409
    @mateoperez9409 Před 2 lety +8

    The tutorial is really great!!! Some errors I found while following it, and how I solved them:
    1 Getting 'degraded' as status on elastic beanstalk deployment - In my case it was because the java version I was using for compilation with maven (17) was higher than the one on Amazon instance (11) . Solved it by adding this on my pom.xml in the project (under properties) and compiling again the jar file:
    11
    2 Getting 502 Bad gateway when trying to reach the service. - It seems that ElasticBeanstalk listens to port 80, but my app was using port 6001. Solved it by changing it on the instance: configuration - enviroment variables (my UI is in spanish not sure that's the exact english name) and adding PORT as a variable and 6001 (or your port) as the value

  • @gabrielguesser
    @gabrielguesser Před 3 lety +1

    Excellent tutorial, simple and precise!
    Thanks man!

  • @thiagonautf
    @thiagonautf Před 2 lety +1

    Excellent class! Thank you very much!

  • @javatechnology4481
    @javatechnology4481 Před 3 lety +1

    Awesome tutorial with great explanation.

  • @pranavmahajan4190
    @pranavmahajan4190 Před 2 lety

    Your tutorial is really really awesome. It was so amazing that I learned everything in the first go. Thanks man.

  • @shashanksingh4634
    @shashanksingh4634 Před 3 lety

    The way you teach us.
    It was really great.👍

  • @digvijaypatil9109
    @digvijaypatil9109 Před 3 lety

    Mr. Fadatare. you are genius.. Quality content 👍👌

  • @xlivetrend
    @xlivetrend Před rokem

    Really wanna give you big thums up! you saved my whole day and dream alive!!

  • @AdityaRaj-ix5rg
    @AdityaRaj-ix5rg Před 2 lety

    Thanks a lot! It helped deploy me Restful Webservice

  • @jange8782
    @jange8782 Před rokem

    Thank you so much for your effort. It really helped me out. Have a nice day, sir!

  • @meenajadhav5533
    @meenajadhav5533 Před 3 lety

    Very useful and informative tutorial

  • @faixan13
    @faixan13 Před 2 lety

    Excellent and to the point tutorial (Y)

  • @technocoh
    @technocoh Před 2 lety

    Thank you, helped me a lot! :D

  • @phitran1803
    @phitran1803 Před rokem

    very easy to follow, thank you sir

  • @lifeaslollie
    @lifeaslollie Před rokem

    thank you sir your video helped me understand an issue i was having connecting to my rds database

  • @Takeiteasy4Ever
    @Takeiteasy4Ever Před rokem

    Hi Sir
    with your vidéos difficult things becomes very easy.
    thank you

  • @draganpajic3511
    @draganpajic3511 Před 3 lety

    Excellent

  • @ahmadfaraz3678
    @ahmadfaraz3678 Před 3 lety +2

    Please create a video tutorial on AWS code build

  • @jihadchakrane3562
    @jihadchakrane3562 Před 2 lety +1

    i dot know why i'm not able to display the tables in MySQL Workbench

  • @coderhinotech
    @coderhinotech Před 2 lety +1

    Good tutorial, but the last step in the Elastic Beanstalk environment is wrong. When you put in the DB information, you are no longer using the DB you created in the beginning steps. It generates a new DB for your group. You can drop that step , and it will still work just fine.

  • @danielduran3933
    @danielduran3933 Před 2 lety

    Looking good, what's the next step once I push new commits to my git repo, how can we redeploy to the same AWS instance?

  • @Navarragirl27
    @Navarragirl27 Před 2 lety +1

    Can we deploy a Spring MVC with Thymeleaf and MySQL the same way?

  • @myatnoesmusic
    @myatnoesmusic Před 3 lety

    Excellent Tutorial!!! Why my spring boot jar is degraded? My sql workbench works with aws host in my pc. But my application link shows me 502 bad gateway, how to solve it? Please Let me know!

  • @kirankumarkondapally237
    @kirankumarkondapally237 Před 3 měsíci

    We are unable to see the mysql database in RDS , Is this old amazon account?currently not providing the mysql in the RDS?

  • @honzikruza
    @honzikruza Před 10 měsíci

    How much will spring applications on aws cost me per month when the annual free tier ends?

  • @udit.chauhan
    @udit.chauhan Před 5 dny

    Supwrb Awesome!!!-Thankyou!

  • @letvarconst
    @letvarconst Před rokem

    can anyone help on how to host an angular front-end app in the cloud?

  • @supriyapandit5797
    @supriyapandit5797 Před 2 lety

    Can you please upload tutorials on Spring Boot MySql CRUD Rest Api Application using AWS Lambda and Api Gateway?

  • @venkateshh6879
    @venkateshh6879 Před 9 měsíci

    Bro mvn not external or internal command like that error occurred

  • @information_technologyg7834

    so database run on awa pc ?

  • @subinneupane9223
    @subinneupane9223 Před 2 lety +1

    Can u explain where we can host this spring boot code?
    like if I want to add more tables and push the changes then how do I do that?
    Thankss

    • @YT-od5pk
      @YT-od5pk Před 2 lety

      I think you should execute sql queries directly on sqlworkbench

  • @farukkara3929
    @farukkara3929 Před 9 měsíci

    my elastic bean stalk is always going from pending to no data... not working

  • @mikechen1480
    @mikechen1480 Před 2 lety

    Can you make a gcp version pls

  • @information_technologyg7834

    hi buddy i have dne this tutorial but it is not working

  • @mohammadalmosleh
    @mohammadalmosleh Před rokem

    I have question please I want to deploy my spring boot as https secure how can I do that? Because all your videos are http

  • @doantrihung3655
    @doantrihung3655 Před 3 lety

    Thank you so much for the video. But when I do the creating environment step, I always receive message "Environment health has transitioned to Pending. Initialization in progress (running for 14 seconds). There are no instances." and the environment health is "Degreded", not "OK".
    I searched many infomation but still can't have the answer. Do you know this problem? Please help me.
    Thank you so much again.

    • @mateoperez9409
      @mateoperez9409 Před 2 lety

      In my case it was because the java version I was using for compilation with maven (17) was higher than the one on Amazon instance (11) . Solved it by adding this on my pom.xml in the project (under properties) and compiling again the jar file:
      11

  • @franconoce1728
    @franconoce1728 Před 2 lety

    I NEED HELP PLS :
    100.0 % of the requests are failing with HTTP 5xx.
    Following services are not running: web.
    I TRIED A LOT

    • @mateoperez9409
      @mateoperez9409 Před 2 lety

      It seems that ElasticBeanstalk listens to port 80, but my app was using port 6001. Solved it by changing it on the instance: configuration - enviroment variables (my UI is in spanish not sure that's the exact english name) and adding PORT as a variable and 6001 (or your port) as the value

  • @krishanukashyap5329
    @krishanukashyap5329 Před rokem

    Is it free ?