Deploy NodeJS application to AWS Elastic Beanstalk using GitHub Actions

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

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

  • @soumyajitbanerjee
    @soumyajitbanerjee Месяц назад

    If I want to set up a dev/stage/product environment then in that cases I have to create 3 different ebs app on AWS or in single elastic beanstalk I can handle it? Also how to setup branch specific deployment

  • @darshankhatri9625
    @darshankhatri9625 9 месяцев назад +2

    Was looking for this, thanks for sharing 👍

  • @lestibournesastalsi5466
    @lestibournesastalsi5466 8 месяцев назад +1

    Thank you for the video.
    What permission policies do I need to have in 13:55?

    • @IntegrationNinjas
      @IntegrationNinjas  8 месяцев назад

      I think this portion is for AWS access key and id, are you looking for the permission and policies used for elastic beanstalk?

    • @lestibournesastalsi5466
      @lestibournesastalsi5466 8 месяцев назад +1

      I had successfully deploy my app to aws, seems that permission and policies are not necessary.

  • @indianorator3203
    @indianorator3203 5 месяцев назад

    How do I structure my project directory when I have separate files for admin, client, and server API to deploy on Elastic Beanstalk?

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

    i am getting 502 error bad gateway. Is it ok that there is no start script in the package.json?

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

      The absence of a start script in the package.json file could definitely be a reason for the 502 Bad Gateway error in AWS Elastic Beanstalk. Elastic Beanstalk expects a start script to know how to launch your NodeJS application, and without it, the environment might not know how to correctly start the app, causing the 502 error.

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

      ​@IntegrationNinjas could you please how the package.json should be

  • @Ajay-cv1zs
    @Ajay-cv1zs 3 месяца назад

    Iam roles instead of users?

  • @codeschoolbd
    @codeschoolbd 5 месяцев назад

    If I have any .ebextensions, would that also work ??

  • @TheKyleGray
    @TheKyleGray 9 месяцев назад +1

    How about how to deploy from a MEAN stack?

  • @rayaad6722
    @rayaad6722 6 месяцев назад +1

    if is work with react app also? thanks

  • @BharatBhandari-s5i
    @BharatBhandari-s5i 9 месяцев назад +1

    Amazing work sir, Please make a video on How to deploy Nextjs full stack app, with github actions and docker on aws ec2

    • @IntegrationNinjas
      @IntegrationNinjas  9 месяцев назад

      Will try to create asap.

    • @ChristopherMakrides
      @ChristopherMakrides 7 месяцев назад +1

      @@IntegrationNinjas thank you for this video I did follow this to deploy a nextjs app right for the UI only. Would be excited to see how to dockerize it as well :)

    • @IntegrationNinjas
      @IntegrationNinjas  7 месяцев назад

      @@ChristopherMakrides Thanks.

  • @ramendrasoni3368
    @ramendrasoni3368 7 месяцев назад

    अगर हमारे पास 5 वेबसाइट हो तो क्या 5 बार नया इलास्टिक बीनस्टाल क्रिएट करना पड़ेगा...

  • @vyomkothari8959
    @vyomkothari8959 9 месяцев назад +1

    👏🏻👌🏻