Deploy Your NodeJS Typescript App to AWS Elastic Beanstalk [2022]

Поділитися
Вставка
  • Опубліковано 24 січ 2025

КОМЕНТАРІ • 13

  • @marcbecker9765
    @marcbecker9765 2 роки тому +3

    I already had an existing NestJS application connected with a RDS database and different environments that I wanted to deploy with elastic beanstalk. Just followed your tutorial and did some adjustments for my case and it actually worked. Thank you very much ! Btw. if you could also show how to manage multiple environments it would be awesome !

  • @samtakahashi5602
    @samtakahashi5602 2 роки тому +2

    Clear and straightforward explanation! Fantastic work, thank you!

  • @jurijdolenc
    @jurijdolenc Рік тому

    Thank you! Very much needed this right now. :)

  • @dmytrotereshchenko6396
    @dmytrotereshchenko6396 2 роки тому +2

    Thanks for the great tutorial!

  • @igordztv
    @igordztv 2 роки тому +2

    Yes!

  • @Regalman
    @Regalman 2 роки тому +1

    what about for react?

  • @javivasv
    @javivasv Рік тому

    I can't manage to make it work. I don't have a config file and the dotenv I use it in the index.ts file referencing the path to the .env file. How do I reestructure what I have to make it work?

  • @sharadshivmath6756
    @sharadshivmath6756 2 роки тому +2

    was the nodejs code covered in previous videos?

    • @TheNerdyCanuck
      @TheNerdyCanuck  2 роки тому

      It's just a basic hello world application. The code is available on my github / youtube videos that have covered the style. Check out any of the API videos I have made.

  • @ritinkarmalakar4456
    @ritinkarmalakar4456 2 роки тому +1

    Great! Thanks

  • @k4nful
    @k4nful 2 роки тому +1

    Hey thank you for your amazing video. AWS Sounds like a very good choice to host my NodeJs App but I'm wondering which service do you recommended to host the DB (mongodDB) ? I saw MongoDB Atlas but I excepted to find a candidate that can host both : my NodeJsApp and my DB (mongo) to avoid to have multi account for IT management ? Maybe Heroku can do it?

    • @TheNerdyCanuck
      @TheNerdyCanuck  2 роки тому

      I would use mongo atlas, or AWS Document DB

  • @TheSerikzhan
    @TheSerikzhan 2 роки тому

    awesome, thanks!