This repository showcases all my DevOps-related projects.
- Serverless Registration WebApp
A serverless web app using AWS Lambda, Cognito, S3, and API Gateway. Fully deployed with Terraform for user registration, login, and profile management.
-
three-tier-task-compose
A task manager application built using a 3-tier architecture. It includes a Flask backend, PostgreSQL database, and an NGINX-powered frontend. All components are containerized and managed with Docker Compose. -
SSH Server and Client with Docker Compose
A lightweight setup featuring two Docker containers: one as an SSH server and the other as an SSH client, built and managed with Docker Compose.
- Ansible Nginx Setup
An automation project using Ansible to install and configure Nginx on a Linux server. This playbook customizes the server configuration with Jinja2 templates, applies IP-based access restrictions, and ensures the service is running and accessible through a welcome page.
- Automated AWS Resource Cleanup Script
A Bash script to identify and delete unused AWS resources, helping optimize cloud costs.