Back to Projects
03
Project Detail

AWS Infrastructure with Load Balancing

Full cloud infrastructure provisioned with Pulumi on AWS, 6 containers with NGINX load balancing.

AWSPulumiDockerNGINXNode.js
🖼️

Project Screenshot

Overview

Provisioned complete cloud infrastructure as code using Pulumi, deploying 3 frontend and 3 backend containers on AWS. Configured NGINX as a reverse proxy and load balancer for even traffic distribution and high availability.

⚠️

Problem

Manual server provisioning was error-prone, slow, and impossible to reproduce across environments.

Solution

Infrastructure as Code with Pulumi on AWS. Containerized all services with Docker, configured NGINX load balancing, and made the entire stack deployable in a single command.

Tech Stack

AWS
Pulumi
Docker
NGINX
Node.js