Deployment of a Dockerized Application with AWS EC2, Nginx, Docker, and Automated SSL via CertbotINTRODUCTION 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 ...Nov 20, 2024·3 min read
Deploying a Web Application Using Docker SwarmProject Description The project aims to deploy a web application using Docker Swarm, a container orchestration tool that allows for easy management and scaling of containerized applications. The project aims to demonstrate the benefits of Docker Swar...Apr 8, 2024·3 min read
Project-3: Hosting a static website using an AWS S3 bucketProject Description The project involves hosting a static website using an AWS S3 bucket. Amazon S3 is an object storage service that provides a simple web services interface to store and retrieve any amount of data. The website files will be uploade...Mar 19, 2024·2 min read
Project 2Project Description The project is about automating the deployment process of a web application using Jenkins and its declarative syntax. The pipeline includes stages like building, testing, and deploying to a staging environment. It also includes ru...Mar 8, 2024·2 min read
Jenkins Freestyle Project-1Project Description The project aims to automate the building, testing, and deployment process of a web application using Jenkins and GitHub. The Jenkins pipeline will be triggered automatically by GitHub webhook integration when changes are made to ...Feb 23, 2024·4 min read
PrometheusPrometheus This is an open-source system for monitoring services and alerts based on a time series data model. Prometheus collects data and metrics from different services and stores them according to a unique identifier—the metric name—and a time st...Feb 21, 2024·3 min read
Connecting EC2 with GrafanaIntroduction to Monitoring EC2 Instances with Grafana, Loki, and Promtail In modern cloud-based environments like Amazon Web Services (AWS), monitoring the performance and health of your EC2 instances is crucial for maintaining system reliability and...Feb 7, 2024·3 min read