Deploying Node/React using nginx
Originally published: Dec 15, 2021Migrated from GitHub Gist: Jun 02, 2026
1. SSH into ec2
Open the Terminal, go to the location of your pem file. Run SSH command for EC2
ssh -i "PEM_FILE.pem" ubuntu@S
mughalfrazk.hashnode.dev3 min read