Full cloud infrastructure provisioned with Pulumi on AWS, 6 containers with NGINX load balancing.
Project Screenshot
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.
Manual server provisioning was error-prone, slow, and impossible to reproduce across environments.
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.