Skip to main content

Posts

Showing posts from June 18, 2023

How to Deploy Node JS App on AWS (Amazon Web Service) - Step by Step - can be deploy any App

  hello coders , Am Vasu Birla and today we will learn how to deploy Nodejs or any App on AWS (Amazon Web Service ); 1.  Log in to AWS account 2.  Select EC2 service in Services section 3. Create / Launch Instance  (select your Instance Type - Ubuntu or choose your own) 4. After Launching Instance open it and copy public IP address 5. Open Putty App on your local machine 6. in Host name give host name - (it can be given by two ways )     -  ec2.user@0.0.0.0  (use your instance public ip instead of 0.0.0.0)                  or     -   ec2-0-0-0-0.ap-southeast-1.compute.amazonaws.com 7. also in putty app go to connection tab -> SSH -> Auth -> Credensials -> Browse and open your key pari (.ppk or .pem file) 8. if you succeced if previous step terminal will be open -   run command  'ls'  it will show nothing     because we didn't put our project folder her...