๐ From Localhost to Live Cloud ServerโPortfolio
Deployed on AWS EC2
Today I took my Next.js portfolio from development mode to a fully live production server on AWS EC2 (Amazon Linux 2023).
Instead of using managed platforms, I deployed it manually to understand the infrastructure deeply.
โ๏ธ What I did:
โข Launched EC2 instance
โข Configured Amazon Linux
โข Installed Node.js & Git
โข Built the Next.js app for production
โข Managed the process using PM2
โข Configured Nginx as reverse proxy
โข Opened and secured ports via Security Groups
๐ Result:
My portfolio is now live on a public cloud server.
๐ Live Demo:
http://32.192.174.226
Top comments (0)