[Node] AWS EC2 Deployment
Launch Instance on EC2
ssh -i <.pem file> ubuntu@<public IP address>
Install Node.js on EC2 Instance
curl -sL https://deb.nodesource.com/setup_16.x | sudo -E bash -
sudo apt-get install -y nodejs
Install & Execute MongoDB on EC2 Instance
For thos...
siwonlog.hashnode.dev4 min read