Ultimate Guide to Deploying Nextjs and Nodejs app on AWS EC2

แชร์
ฝัง
  • เผยแพร่เมื่อ 15 ธ.ค. 2024

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

  • @aurobindobhuyan2107
    @aurobindobhuyan2107 9 วันที่ผ่านมา

    Thanks for this awesome video. Keep it up

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

    I'm struggling 5 days to deploy. This video is more helpful.

  • @smartjan-xh9hj
    @smartjan-xh9hj 9 หลายเดือนก่อน

    great man your genius please make more videos.

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

      Thank you, I will

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

    please make a video how to restart the server when we push some changes to the git and pulling it then restarting the server please provide in detail

  • @user-jt9er4gb3m
    @user-jt9er4gb3m 5 หลายเดือนก่อน

    Hi.. after the deployment I'm getting 403 forbidden error on the client console. How can we resolve this? Is it a nginx issue?

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

      Seems like you didn't do proxy properly . . . might be nginx issue.

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

    bhaiya npm run build command ke project directory me run kr rah hoon production build nhi ban rah hai stuck ho gya hai kya krun?

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

      according to me, if your build starts and it gets stuck somewhere in middle that simply means your instance is out of RAM.

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

      @@Codeman_Talks thanks you sir, I will try to deploy small nextjs project.

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

    Hi, is this work with amazon free tier ?
    or is there something in deployment is using free trial service

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

      Yes bro . . . It works as long as you have a linux server 😁

  • @paritoshgolash1323
    @paritoshgolash1323 11 หลายเดือนก่อน +1

    How can i add environment variables

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

      export naam se ek command hoti hai bhai

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

    Bro pls make video on how to connect domain name with ec2
    This video was very helpful

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

      I am planning to make this one soon . . . Pls subscribe 😁

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

    Thanks for thetutorial.
    Update your description.
    {🔔 Subscribe for more tech tutorials: [Your Channel Name]
    📧 For business inquiries: [Your Email Address]}

  • @udaypatil4094
    @udaypatil4094 5 หลายเดือนก่อน +1

    configration file kidhar he
    na comment me na discription me hai

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

    Hello can you share all step with commands?

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

    css not loading for the application

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

      css location pe depend karta hai bro. and how you imported it.

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

    file configuration to diya hi nahi bhai description mai

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

    Configuration file kanaha hai

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

    thanks

  • @RaviSharma-zl1rg
    @RaviSharma-zl1rg ปีที่แล้ว +1

    Nice

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

    For more tech discussions and tech insights, please checkout our blogs on codemantalks.com/

  • @Rakesh-d8p8f
    @Rakesh-d8p8f 6 หลายเดือนก่อน

    where the SSL?

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

      SSL is auto generated using certbot. certbot automatically updates your nginx configuration when you run `sudo certbot -d --nginx`

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

    nginx: [emerg] open() "/etc/nginx/sites-enabled/nano" failed (40: Too many levels of symbolic links) in /etc/nginx/nginx.conf:60
    nginx: configuration file /etc/nginx/nginx.conf test failed

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

      bro just try to delete that old nginx config you created from both sites available and enabled then try again. If you don't want to do that then you can unlink the symbolic link and then try again.

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

    🤦 Promo>SM

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

    getting error of WARNING: UNPROTECTED PRIVATE KEY FILE! @
    Permissions 0644 for '~/.ec2/id_rsa-gsg-keypair' are too open.
    It is recommended that your private key files are NOT accessible by others.
    This private key will be ignored.
    what to do in this case

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

      chmod 600 "yourfile.pem"" this will change the permission of the file

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

      change pem file permissions to 400
      "chmod 400 file.pem"