Building a Secure Production Backend on AWS EC2 with CI/CD, HTTPS & PM2
Jan 19 · 4 min read · In this blog, I’ll walk through how I deployed my Node.js backend on AWS EC2, configured Nginx, managed processes with PM2, secured the API using HTTPS (Let’s Encrypt), and finally connected it to a custom domain. This wasn’t smooth — I ran into SSH ...
Join discussion