Deploy a Spring Boot Application on AWS | Elastic Beanstalk

Sdílet
Vložit
  • čas přidán 16. 02. 2021
  • In this video, we will learn step by step how to create and deploy a spring boot application on AWS using Elastic beanstalk.
    Development process:
    1. Create Spring Boot Application
    2. Build a simple REST API
    3. Package the JAR file using Maven
    4. Create a new application in Elastic Beanstalk
    5. Upload the JAR file to Elastic Beanstalk
    #AWS #javaguides #springboot

Komentáře • 39

  • @SuperWhatusername
    @SuperWhatusername Před rokem +1

    The more I explore your playlist, the proficient I get, Thanks Ramesh

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

    Very well explained with step by step development process.
    Waiting for more videos on AWS....

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

    Thank you for the video. NOTE: for security issue, never use the root user. You need to create an IAM user and login with it.

  • @humeidjocordasse4605
    @humeidjocordasse4605 Před 2 lety

    Thumbs up before even seeing the video, watching from Mozambique

  • @mystic2212
    @mystic2212 Před rokem

    Youre the best I completely forgot the Port no one has explained that in any Documentation.

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

    Great tutorial, the only one that made my day for searching something useful in whole day. It works and very well detailed. I would appreciate if someone can point me to automated build and deploy tutorial for same.

  • @djbabu7838
    @djbabu7838 Před rokem

    Amazing video. Just waiting these kind of more videos. Thanks

  • @jeffreyliu501
    @jeffreyliu501 Před rokem

    This is one of the most useful videos I have ever watched; detailed explanation, perfect pace, and most importantly, amazing voice. Would follow you and hope to see more and more videos of yours.

  • @samybikilan
    @samybikilan Před 2 lety

    Awesome Tutorial. Thanks!!

  • @diliprathore1028
    @diliprathore1028 Před 3 lety

    Thank you Ramesh sir you do great work...

  • @dimimall
    @dimimall Před 2 lety

    Amazing tutorial thanks a lot

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

    Keep doing more content

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

    good job!

  • @Sam-Som
    @Sam-Som Před rokem

    Thank you Ramesh

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

    Sir your videos are soo amazing ,thanks much sir ,please do a video on how to deploy full stack app with react & spring boot

  • @bhetobangalijd
    @bhetobangalijd Před rokem

    saved my day

  • @faixan13
    @faixan13 Před 2 lety

    very well explained (Y)

  • @djkim0609
    @djkim0609 Před 2 lety

    Thanks!!

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

    Great

  • @overearth4416
    @overearth4416 Před rokem

    Thanks!

  • @mohammadalmosleh
    @mohammadalmosleh Před rokem

    Thank you

  • @alanbal888
    @alanbal888 Před rokem

    thanks man

  • @curesnow6493
    @curesnow6493 Před rokem

    Awesome tutorial! Is there a way to pause the Elastic Beanstalk instance to prevent from incurring charges?

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

    How to deploy spring boot with angular project.
    For front end how to make it jar file. Can anyone please respond

  • @pranavmahajan4190
    @pranavmahajan4190 Před 2 lety

    Amazing tutorial. Just for safer side, dont login with your Root User account. Its not the best practice. You are exposing your email address. Someone might use it for wrong purposes. Thanks a lot for this video.

  • @diliprathore1028
    @diliprathore1028 Před 3 lety

    my one request to you please upload full stack application with react and spring boot what app you already developed crud app....

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

    Well explained, is it possible to automate this deployment activities using Gitlab CI/CD ?

    • @aryanderek109
      @aryanderek109 Před 3 lety

      pro trick : you can watch series on flixzone. Been using them for watching lots of of movies during the lockdown.

    • @uriaheric1565
      @uriaheric1565 Před 3 lety

      @Aryan Derek Yea, I have been watching on flixzone for months myself =)

  • @niraj424
    @niraj424 Před 2 lety

    Why I am getting 111: Connection refused error.Please help

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

    still getting 502 error after port set to 5000

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

      Check the logs on elastic beanstalk environment, you will get idea for error

    • @parvgour5284
      @parvgour5284 Před 2 lety +2

      Yeah, same bro... the same situation I am also getting the same error after configuring port as 5000. can you let me know what you have done to solve this?

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

      @@JavaGuides Same error, when checking on logs, I see
      "has been compiled by a more recent version of the Java Runtime (class file version 61.0), this version of the Java Runtime only recognizes class file versions up to 55.0"
      I was using openJDK 17, so I guess Elastic Beanstalk doesn't work for me

  • @virusehwag9562
    @virusehwag9562 Před rokem

    Why are you using beanstalk again and again to deploy spring boot application while everyone is using EC2 instance directly.
    Please make one video on EC2 also.

    • @JavaGuides
      @JavaGuides  Před rokem +1

      Beanstalk automatically creates EC2 for us. I don't want to manually set up everything so I use the beanstalk service.

    • @virusehwag9562
      @virusehwag9562 Před rokem

      @@JavaGuides okay thanks.
      It worked perfectly when I followed your video.
      But, after 2 days when I checked I'm getting { "internal server error/status :500" }
      I didn't change anything. Why am I getting this error ???

    • @virusehwag9562
      @virusehwag9562 Před rokem

      Bro after the weekend the application is not working properly
      same "status:500 internal server error" it's working for 2-3 days then stops suddenly. I think you know about this but, why are you hiding this issue?

  • @klintonj4969
    @klintonj4969 Před rokem

    I getting 404