Mohammad Ridowan Sikder
@WhisperNet
Undergrad CSE student |
Top Repositories
A lightweight AWS ops automation tool that monitors EC2 instances running a web app (default: NGINX on port 8080) and auto-recovers via container restart, instance reboot, or restoring from the latest EBS snapshot. Includes scheduled EBS backups/cleanup and Terraform to provision a demo environmen
PythonDevOps: a sophisticated pipeline that builds a Java application, handles dynamic versioning , builds a Docker image, and pushes it to a private registry. The pipeline's final stage automatically deploys this new application version to a live AWS EKS (Kubernetes) cluster.
GroovyDevOps: complete CI/CD pipeline that automatically provisions its own infrastructure. When new code is pushed, Jenkins builds the Java application , pushes a Docker image , then uses Terraform to provision a new AWS EC2 instance. Finally, it deploys the application using Docker Compose onto the new server
HCL