AWS Elastic Beanstalk - Deploy Spring Boot App with MySQL Database

แชร์
ฝัง
  • เผยแพร่เมื่อ 25 ส.ค. 2024
  • This video is a guide about deployment of a Spring Boot application with MySQL database on Amazon Web Services (AWS) Cloud using Elastic Beanstalk web management console.
    Here are the steps presented in this video:
    1. Package & Test Spring Boot app on localhost
    2. Create new application
    3. Configure service access
    4. Configure database service
    5. Deploy the application
    6. Configure environment variables
    7. Access newly deployed application
    8. Check AWS related services
    9. Terminate environment
    10. Undeploy the application
    Prerequisites:
    An AWS account (root user)
    An IAM user that has administrative access
    An executable JAR file of a Spring Boot application

ความคิดเห็น • 29

  • @user-vx5sn9nw4u
    @user-vx5sn9nw4u 3 หลายเดือนก่อน +1

    Thats the video I have been looking for months, also would be incredible if u will add https protocol to that instance

    • @CodeJava
      @CodeJava  3 หลายเดือนก่อน

      Glad it helped. I will study about that HTTPS

  • @grrlgd3835
    @grrlgd3835 2 หลายเดือนก่อน

    excellent content as usual. thanks

    • @CodeJava
      @CodeJava  2 หลายเดือนก่อน

      Glad you enjoyed it

  • @brazo98
    @brazo98 7 หลายเดือนก่อน

    Nammmm I hope you are ok. You movies evertime awesome. I love it. Thx a lot for your support. 😻😻😻

    • @CodeJava
      @CodeJava  7 หลายเดือนก่อน +1

      i'm glad to see your comments as always. Thanks for your kind support :) All the best!

    • @kongarasrikiran7727
      @kongarasrikiran7727 5 หลายเดือนก่อน

      @@CodeJavaWhen enabling database i am getting like below exception can you pls tell me what is the solution for this
      Configuration validation exception: Invalid option value: 'db.t2.micro' (Namespace: 'aws:rds:dbinstance', OptionName: 'DBInstanceClass'): DBInstanceClass db.t2.micro not supported for mysql db engine. please reply to this bro

  • @johnsandoval1855
    @johnsandoval1855 7 หลายเดือนก่อน +2

    This was probably the first video i found using the modern AWS and it was very easy to follow! However, I my site is receiving a "404 not found ("/")" error. I am really frustrated because I finally feel so close with your tutorial but cant figure out why this is is happening. It works absolutely fine on my localhost but now when it is deployed it does not work! Could you or anyone help me out?

    • @CodeJava
      @CodeJava  7 หลายเดือนก่อน

      did you set custom context path? If so, the app URL is customdomain.amazon.com/contextpath. Also check the last log lines to see what really happened.

    • @johnsandoval1855
      @johnsandoval1855 7 หลายเดือนก่อน

      @@CodeJava I was reading online to see what could have happened... someone said it is possible that my JAR file does not carry my WEB-INF folder and views. That would definitely trigger a 404 I think? Since it can't complete the Get ("/") method? I'm not sure. This is my first deployment lol. I am trying it again today as a WAR file, they said that might work.

    • @CodeJava
      @CodeJava  7 หลายเดือนก่อน +1

      that's a possible cause. Try to make the JAR file running on localhost first. If it works on localhost (in command line) it will very likely work on AWS.

  • @VinayKumar-em5eb
    @VinayKumar-em5eb 16 วันที่ผ่านมา

    Hi, I deployed react app on AWS amplify. When I try to deploy java springboot app in elastic beanstalk it's giving
    Error on line 357 at column 8: Opening and ending tag mismatch: meta line 7 and head
    I don't have any html or XML file in my springboot app. I am unable to trace the error

    • @CodeJava
      @CodeJava  14 วันที่ผ่านมา

      I think you need to have source code to be able to fix that issue. Sorry I can't help because it's specific to your application.

    • @VinayKumar-em5eb
      @VinayKumar-em5eb 12 วันที่ผ่านมา

      Now I am able to deploy in my personal laptop instead office laptop. What do you think the issue may be with office laptop.

  • @luciano5026
    @luciano5026 4 หลายเดือนก่อน

    Muchas gracias!!!!!!

    • @CodeJava
      @CodeJava  4 หลายเดือนก่อน

      Glad it helped. You're welcome.

  • @janphillipdacallos4214
    @janphillipdacallos4214 หลายเดือนก่อน

    Hello sir. I still can't access my springboot api. I already set the server port into 5000 but then, when I tried to upload and access the domain again, bad gate way error still appeared. How to fix this? Great video by the way!

    • @CodeJava
      @CodeJava  หลายเดือนก่อน

      you need to check server's logs to see what really caused the error.

  • @benamngungoc797
    @benamngungoc797 4 หลายเดือนก่อน

    Anh cho em hỏi nếu public ip database ra để kết nối xuống mysql workbench thì mất phí phải ko ạ? Em dùng RDS nhưng mà thấy mất phí

    • @CodeJava
      @CodeJava  4 หลายเดือนก่อน

      nó có tính phí dữ lắm đó em. Chắc để hạn chế kết nối trực tiếp.

    • @benamngungoc797
      @benamngungoc797 4 หลายเดือนก่อน

      @@CodeJava dạ vâng ạ

    • @hiimluvn
      @hiimluvn 3 หลายเดือนก่อน

      @@CodeJava vậy thay vì mình dùng ip trực tiếp api thì mình dùng cái link dài dài nó tạo là không bị tính phí hả anh

    • @CodeJava
      @CodeJava  3 หลายเดือนก่อน

      @@hiimluvn kiểu gì nó cũng tính phí remote access hết em ạ.

  • @VenkatFreelancer
    @VenkatFreelancer 5 หลายเดือนก่อน

    When enabling database i am getting like below exception can you pls tell me what is the solution for this
    Configuration validation exception: Invalid option value: 'db.t2.micro' (Namespace: 'aws:rds:dbinstance', OptionName: 'DBInstanceClass'): DBInstanceClass db.t2.micro not supported for mysql db engine.

    • @kongarasrikiran7727
      @kongarasrikiran7727 5 หลายเดือนก่อน

      Same with me!!!! i tried everything possible. Please reply if you found a solution.

    • @VenkatFreelancer
      @VenkatFreelancer 5 หลายเดือนก่อน

      @@kongarasrikiran7727 for that I tried another way first I created application ec2 and after that we can give to database to that instance. You can try like that

    • @CodeJava
      @CodeJava  5 หลายเดือนก่อน

      or change the db instance class ?

  • @fozant7156
    @fozant7156 7 หลายเดือนก่อน

    is it free bro ?

    • @CodeJava
      @CodeJava  7 หลายเดือนก่อน

      as far as I know, AWS is free for 1 year (trial).