Deployment of a Dockerized Application with AWS EC2, Nginx, Docker, and Automated SSL via Certbot
INTRODUCTION
In this project, I worked on deploying a web application on AWS EC2. I used Docker to containerize the app, Nginx to manage traffic as a reverse proxy, and Certbot to set up SSL for secure connections. The project's goal was to create a ...