Assignment-03


How to Deploy a Node.js Application On AWS EC2 Server
INTRODUCTION
NODEJS
AWS
EC2
STEPS THAT WE WILL FOLLOW:
1. Create account on Aws
2. Launch an EC2 instance








3. SSH into your instance

4. Install Nodejs

5. Install Git and clone repository from GitHub
INSTALL GIT ON UBUNTU
CLONE APP ON SERVER

6. Start the node.js app





7. Keep App running using PM2

Last updated