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

Поделиться
HTML-код
  • Опубликовано: 2 апр 2021
  • 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

Комментарии • 47

  • @JavaGuides
    @JavaGuides  3 года назад +3

    Spring Boot, MySQL, JPA, Hibernate Restful CRUD API Tutorial at ruclips.net/video/QXFgzomuDOg/видео.html

  • @gabrielguesser
    @gabrielguesser 3 года назад +1

    Excellent tutorial, simple and precise!
    Thanks man!

  • @mateoperez9409
    @mateoperez9409 2 года назад +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

  • @soumitralahiri100
    @soumitralahiri100 Год назад

    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!!

  • @thiagonautf
    @thiagonautf 2 года назад +1

    Excellent class! Thank you very much!

  • @pranavmahajan4190
    @pranavmahajan4190 2 года назад

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

  • @javatechnology4481
    @javatechnology4481 3 года назад +1

    Awesome tutorial with great explanation.

  • @shashanksingh4634
    @shashanksingh4634 3 года назад

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

  • @digvijaypatil9109
    @digvijaypatil9109 3 года назад

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

  • @meenajadhav5533
    @meenajadhav5533 3 года назад

    Very useful and informative tutorial

  • @AdityaRaj-ix5rg
    @AdityaRaj-ix5rg 2 года назад

    Thanks a lot! It helped deploy me Restful Webservice

  • @faixan13
    @faixan13 2 года назад

    Excellent and to the point tutorial (Y)

  • @jange8782
    @jange8782 Год назад

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

  • @xlivetrend
    @xlivetrend Год назад

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

  • @technocoh
    @technocoh 2 года назад

    Thank you, helped me a lot! :D

  • @phitran1803
    @phitran1803 Год назад

    very easy to follow, thank you sir

  • @lifeaslollie
    @lifeaslollie Год назад

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

  • @Takeiteasy4Ever
    @Takeiteasy4Ever Год назад

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

  • @draganpajic3511
    @draganpajic3511 3 года назад

    Excellent

  • @ahmadfaraz3678
    @ahmadfaraz3678 3 года назад +2

    Please create a video tutorial on AWS code build

  • @Navarragirl27
    @Navarragirl27 2 года назад +1

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

  • @danielduran3933
    @danielduran3933 2 года назад

    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?

  • @jihadchakrane3562
    @jihadchakrane3562 2 года назад +1

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

  • @myatnoesmusic
    @myatnoesmusic 3 года назад

    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!

  • @coderhinotech
    @coderhinotech 2 года назад +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.

  • @information_technologyg7834
    @information_technologyg7834 3 года назад

    so database run on awa pc ?

  • @letvarconst
    @letvarconst Год назад

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

  • @mikechen1480
    @mikechen1480 2 года назад

    Can you make a gcp version pls

  • @honzikruza
    @honzikruza 10 месяцев назад

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

  • @venkateshh6879
    @venkateshh6879 9 месяцев назад

    Bro mvn not external or internal command like that error occurred

  • @kirankumarkondapally237
    @kirankumarkondapally237 3 месяца назад

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

  • @subinneupane9223
    @subinneupane9223 2 года назад +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 2 года назад

      I think you should execute sql queries directly on sqlworkbench

  • @supriyapandit5797
    @supriyapandit5797 2 года назад

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

  • @farukkara3929
    @farukkara3929 9 месяцев назад

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

  • @information_technologyg7834
    @information_technologyg7834 3 года назад

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

  • @udit.chauhan
    @udit.chauhan 5 дней назад

    Supwrb Awesome!!!-Thankyou!

  • @krishanukashyap5329
    @krishanukashyap5329 Год назад

    Is it free ?

  • @mohammadalmosleh
    @mohammadalmosleh Год назад

    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 3 года назад

    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 2 года назад

      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 2 года назад

    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 2 года назад

      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