Deploy Spring Boot Application on AWS in Minutes | Elastic Beanstalk | Spring Boot | Java

Ғылым және технология

Deploy Spring Boot Application on AWS Elastic Beanstalk :
Elastic Beanstalk is a Platform as a Service (PaaS) offered by AWS.
Elastic Beanstalk simplifies the deployment and management of applications in the cloud.
Elastic Beanstalk allows developers to focus on writing code and deploying applications without worrying about server provisioning, load balancing, scaling, and other operational tasks.
We appreciate your support and would love to stay connected with you beyond this video!
📸 Connect with me on Instagram: [ ramanuj_das_]
💼 Connect with me on LinkedIn: [linkedin.com/in/ramanuj.das]
🎥 Subscribe to my KZread channel: [ / @ramanujds ]
If you haven't already, make sure to subscribe to my KZread channel for more exciting videos like this one. Hit the subscribe button and never miss out on our latest content, tutorials, and insights.

Пікірлер: 41

  • @ramanujds
    @ramanujds17 күн бұрын

    I can see many people are facing the issue related to instance profile. I have shared a solution for the same in this video. kzread.info/dash/bejne/imWOqKqkntitaJc.htmlsi=ipT5d6e0c_gCU0nT

  • @winston-em7vo
    @winston-em7vo3 күн бұрын

    Thanks was very helpful for me ❤❤

  • @maxi331
    @maxi33110 ай бұрын

    Excellent. Thanks!

  • @ramanujds

    @ramanujds

    10 ай бұрын

    Glad that it was helpful. 😊

  • @joyjyotifitness8243
    @joyjyotifitness824310 ай бұрын

    Great quality 🔥🔥

  • @ramanujds

    @ramanujds

    10 ай бұрын

    thank you ☺️

  • @khieng11
    @khieng113 ай бұрын

    Very nice bro. Thanks you!!!

  • @rohansharma141
    @rohansharma1417 ай бұрын

    great video, really helpful. thank you

  • @ramanujds

    @ramanujds

    7 ай бұрын

    Glad it was helpful! 😊

  • @francispierre-louis4163
    @francispierre-louis41632 ай бұрын

    On the money!!!!! TY

  • @Meeshohaul1198
    @Meeshohaul119810 ай бұрын

    Great

  • @ramanujds

    @ramanujds

    10 ай бұрын

    thank you

  • @arijitdatta3694
    @arijitdatta36942 ай бұрын

    Great stuff!

  • @ramanujds

    @ramanujds

    17 күн бұрын

    Thanks!

  • @ravinders9221
    @ravinders922110 ай бұрын

    nice bro. thank you!!

  • @ramanujds

    @ramanujds

    10 ай бұрын

    Thank you ☺️

  • @abhinavtonde397
    @abhinavtonde3972 ай бұрын

    Thank you sir, it helped me save a lot of money for VPS subscription. Can you also tell how to link a database with the application over AWS, please? That will be real helpful.

  • @fipabrate
    @fipabrate9 ай бұрын

    looking forward to your next video about deploying with database. Maybe using docker compose?

  • @ramanujds

    @ramanujds

    9 ай бұрын

    Thank you. I will upload a video on how to deploy a spring boot application along with a database soon

  • @ramanujds

    @ramanujds

    17 күн бұрын

    kzread.info/dash/bejne/imWOqKqkntitaJc.htmlsi=ipT5d6e0c_gCU0nT

  • @venkatsainaiktejavath1241
    @venkatsainaiktejavath12417 ай бұрын

    how can i get the deployed apis in HTTPS, i am working on it, can you share some knowledge for this?

  • @brightasiwe9744
    @brightasiwe97446 ай бұрын

    Nice video, I've opened port 80 and 443 but beanstalk url won't still be accessed from other devices unless through IP. How do I solve this

  • @nietur
    @nietur19 күн бұрын

    I get "ERROR Environment must have instance profile associated with it."

  • @ramanujds

    @ramanujds

    18 күн бұрын

    create a role with name aws-elasticbeanstalk-ec2-role Add the following permissions to the role AWSElasticBeanstalkWebTier AWSElasticBeanstalkMulticontainerDocker AdministratorAccess-AWSElasticBeanstalk It will work

  • @ramanujds

    @ramanujds

    17 күн бұрын

    I can see many people are facing the issue related to instance profile. I have shared a solution for the same in this video. kzread.info/dash/bejne/imWOqKqkntitaJc.htmlsi=ipT5d6e0c_gCU0nT

  • @shubhamthakur614
    @shubhamthakur6144 ай бұрын

    could you please make a playlist for java developer to work with AWS and all its feature it help a lot

  • @ramanujds

    @ramanujds

    4 ай бұрын

    Sure. I will 😊 Thank you for watching

  • @DeepakSharma-cv2tj
    @DeepakSharma-cv2tj9 ай бұрын

    Failed to fetch. Possible Reasons: CORS Network Failure URL scheme must be "http" or "https" for CORS request.

  • @ramanujds

    @ramanujds

    7 ай бұрын

    CORS issue will occur when you make a cross origin request like making an ajax call. To avoid it you can mention @CrossOrigin annotation on top of your controller class. Also I hope you've activated the public IP address (go @ 6:02)

  • @v1gneshd317
    @v1gneshd3175 ай бұрын

    Hi bro I'm using MySql database in my application. so, how to connect or save my data's to aws?

  • @ramanujds

    @ramanujds

    5 ай бұрын

    Using RDS. I will upload a video on it soon. Thank you for watching.

  • @ramanujds

    @ramanujds

    17 күн бұрын

    Please find the following video kzread.info/dash/bejne/imWOqKqkntitaJc.htmlsi=ipT5d6e0c_gCU0nT

  • @gur151
    @gur1512 ай бұрын

    It's not as smooth as this video makes it out to be. Despite carefully following every single step there are still 1000 road blocks at every turn. EC2 profile, server port mismatch and now cookies are too big? Are there things that you added off camera? Why didn't you encounter any of these problems, I've tried it with a super simple application, same as yours.

  • @ramanujds

    @ramanujds

    17 күн бұрын

    many things in AWS are changed over time. For "Instance profile" I didn't need to do any additional work. However I can see many people are facing the issue related to instance profile. I have shared a solution for the same in this video. kzread.info/dash/bejne/imWOqKqkntitaJc.htmlsi=ipT5d6e0c_gCU0nT

  • @chetanyadav6421
    @chetanyadav642110 ай бұрын

    this employee management fullstack project is enough for resume, please ans, thank you

  • @ramanujds

    @ramanujds

    10 ай бұрын

    Hello Chetan, this is not a project that can be mentioned on your resume. I just showed a simple way to deploy an application on AWS. In order for you to mention these skills on your resume, you must learn spring boot and AWS separately and create a project with more features and functionalities. Thank you for your watching. 😊

  • @chetanyadav6421

    @chetanyadav6421

    10 ай бұрын

    @@ramanujdsI know you just showed how to deploy,I am saying management project is enough for resume with spring boot and react

  • @ramanujds

    @ramanujds

    10 ай бұрын

    @@chetanyadav6421yes plus some additional tools like Kafka for asynchronous communication, spring security for implementing auth etc.

  • @chetanyadav6421

    @chetanyadav6421

    10 ай бұрын

    @@ramanujds thank you🙏

  • @ramanujds
    @ramanujds17 күн бұрын

    Please find this link to see how to deploy a Spring Boot Application with MySQL Database on AWS. kzread.info/dash/bejne/imWOqKqkntitaJc.htmlsi=1h7rdBM3kbmSHV-_ Thank you ❤

  • @kinniewittick7950
    @kinniewittick795010 ай бұрын

    P r o m o s m

Келесі