How to deploy a Spring Boot Application with MySQL Database on AWS in minutes | Spring Boot | AWS

Поделиться
HTML-код
  • Опубликовано: 30 ноя 2024

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

  • @raveendrarodakar4694
    @raveendrarodakar4694 4 месяца назад +1

    Excellent 👌
    "I recently came across a guide on how to deploy a Spring Boot application with a MySQL database on AWS, and I was thoroughly impressed. The instructions were clear, concise, and easy to follow, even for someone not deeply familiar with cloud deployments. The step-by-step approach, combined with practical examples, made the entire process seamless. Highly recommended for anyone looking to get their Spring Boot application up and running on AWS with minimal hassle!"
    Thanks for the video ❤

    • @ramanujds
      @ramanujds  4 месяца назад

      @@raveendrarodakar4694 thank you so much 😊

  • @master-the-programming
    @master-the-programming 4 месяца назад +1

    the art of keeping it simple is underrated however author kept it simple such that it address the original content to deliver to the dot
    Thanks for the video

    • @ramanujds
      @ramanujds  4 месяца назад +1

      @@master-the-programming thank you ❤️

  • @juliomaciasgonzalez6572
    @juliomaciasgonzalez6572 2 месяца назад

    Thank you so much for this video. All the best

  • @chamathheshan564
    @chamathheshan564 Месяц назад +1

    can we still deploy using this way ? bcz aws saying for the new accounts which was created after the 1st of oct 2024 should use launch templates in order to deploy applications.

    • @ramanujds
      @ramanujds  Месяц назад +1

      Thank you for watching. I will make a video on that soon.

  • @majidnaseem7902
    @majidnaseem7902 3 месяца назад +2

    bad 502 gateway - all are working fine but gives this error

  • @mukhtarulhaque7354
    @mukhtarulhaque7354 2 месяца назад +1

    I followed the steps, but after configuring the database when I clicked next, in the environment overview events log, it gave an error "Failed to deploy configuration" and then said "The environment was reverted to the previous configuration setting", please guide.

    • @ramanujds
      @ramanujds  2 месяца назад

      Please choose multiple availability zones. It will work.

  • @anubhavpandey5182
    @anubhavpandey5182 4 месяца назад +1

    sir i tried deploy using beanstalk and RDS but I got charged for it, mostly due to vpc, can you guide how to deploy only utilizing free tier services

    • @ramanujds
      @ramanujds  4 месяца назад

      When you create your own VPC with the auto VPC creation wizard, it also attaches Elastic IP address to it. To avoid getting charged use the default VPC only

  • @gur151
    @gur151 4 месяца назад +1

    @ 8:45 I'm only getting one subnet option, and after applying everything related to the DB on that page I get an error which rolls back all the settings.
    Error message I get is
    Service:AmazonCloudFormation, Message:Stack named 'awseb-e-u7j2iyefta-stack' aborted operation. Current state: 'UPDATE_ROLLBACK_COMPLETE' Reason: null

    • @ramanujds
      @ramanujds  4 месяца назад

      Are you using the default VPC or created your own? I would suggest you to use the default one you will get multiple subnets under it. If you have deleted the default VPC or subnets by any chance then you can switch to a different aws region and create the application from the beginning.

    • @gur151
      @gur151 4 месяца назад

      @@ramanujds Thank you! everything worked perfectly after that. I changed to a different server in Europe which had more options in the default VCP. Probably sometime ago I accidentally deleted the default one, which replaced it with a different default one with fewer options. Is that something I should try and fix?

    • @ramanujds
      @ramanujds  4 месяца назад

      you can reset the default VPC using CLI commands.

    • @letvarconst
      @letvarconst 7 дней назад

      @@ramanujds getting the same error, even if i change the region. Service:AmazonCloudFormation, Message:Stack named 'awseb-e-some-id-stack' aborted operation. Current state: 'UPDATE_ROLLBACK_COMPLETE' Reason: null
      Creating RDS database security group named: awseb-e-mqid-stack-awsebrdsdbsecuritygroup-qilo4zwe3339 failed Reason: Resource creation cancelled

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

    Are you getting billed for using ipv4? Since early 2024, AWS has started charging for using public ipv4

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

    Everything is fine...also the application is deployed properly but when i click the link it shows 502 bad gateway.
    I went through stackoverflow and seen my S3 there it shows Access Denied for the jar file uploaded.
    Any one got this or help me with this?

  • @anubhavpandey5182
    @anubhavpandey5182 4 месяца назад

    and most important thing how to add custom domain name