{"id":31789292,"url":"https://github.com/ahmedheikall/devops-mini-projects","last_synced_at":"2026-02-15T08:34:31.646Z","repository":{"id":316112754,"uuid":"1062023899","full_name":"AhmedHeikall/DevOps-Mini-Projects","owner":"AhmedHeikall","description":"A collection of hands-on DevOps projects ranging from beginner to advanced. Each project demonstrates practical concepts in Cloud, CI/CD, Infrastructure, Monitoring, Security, and Automation.","archived":false,"fork":false,"pushed_at":"2025-09-24T15:08:59.000Z","size":28,"stargazers_count":4,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-10T14:52:06.275Z","etag":null,"topics":["automation","aws","bash","devops","docker","docker-compose","iac","linux"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AhmedHeikall.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-09-22T17:46:42.000Z","updated_at":"2025-10-02T02:27:33.000Z","dependencies_parsed_at":null,"dependency_job_id":"44898748-3d11-46de-857f-950b8bc93af4","html_url":"https://github.com/AhmedHeikall/DevOps-Mini-Projects","commit_stats":null,"previous_names":["ahmedheikall/devops-mini-projects"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/AhmedHeikall/DevOps-Mini-Projects","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AhmedHeikall%2FDevOps-Mini-Projects","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AhmedHeikall%2FDevOps-Mini-Projects/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AhmedHeikall%2FDevOps-Mini-Projects/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AhmedHeikall%2FDevOps-Mini-Projects/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AhmedHeikall","download_url":"https://codeload.github.com/AhmedHeikall/DevOps-Mini-Projects/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AhmedHeikall%2FDevOps-Mini-Projects/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29473718,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-15T06:58:05.414Z","status":"ssl_error","status_checked_at":"2026-02-15T06:58:05.085Z","response_time":118,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["automation","aws","bash","devops","docker","docker-compose","iac","linux"],"created_at":"2025-10-10T14:50:28.413Z","updated_at":"2026-02-15T08:34:31.626Z","avatar_url":"https://github.com/AhmedHeikall.png","language":"Shell","readme":"\u003cdiv align=\"center\"\u003e\n  \n  # DevOps-Mini-Projects\n\n  \u003ch3 align=\"center\"\u003e\nA collection of hands-on DevOps projects ranging from beginner to advanced.\nEach project demonstrates practical concepts in Cloud, CI/CD, Infrastructure, Monitoring, Security, and Automation.\n\nThis repository is structured for learning, practice, and building a portfolio.\n  \u003c/h3\u003e\n\u003c/div\u003e\n\n## 📂 Project Categories\n\n### 🟢 Beginner\n| Project                      | Description                                                     |\n| ---------------------------- | --------------------------------------------------------------- |\n| **Server Performance Stats** | Script to analyze basic server performance (CPU, memory, disk). |\n| **Log Archive Tool**         | CLI tool to archive logs with timestamp.                        |\n| **Nginx Log Analyzer**       | Simple command-line log analysis script.                        |\n| **GitHub Pages Deployment**  | GitHub Actions workflow to deploy static site.                  |\n| **SSH Remote Server Setup**  | Configure a Linux server for SSH access.                        |\n| **Static Site Server**       | Serve a static site with Nginx.                                 |\n| **Basic DNS Setup**          | Purchase domain and configure DNS records.                      |\n| **Simple Monitoring**        | Setup monitoring dashboard using Netdata.                       |\n| **Dummy Systemd Service**    | Create a systemd service that logs to a file.                   |\n| **Basic Dockerfile**         | Build a Dockerfile and create a container image.                |\n| **AWS EC2 Instance**         | Launch and connect to an EC2 instance via SSH.                  |\n\n### 🟡 Intermediate\n| Project                              | Description                                          |\n| ------------------------------------ | ---------------------------------------------------- |\n| **Ansible Configuration Management** | Automate server configuration with Ansible playbook. |\n| **Terraform IaC on DigitalOcean**    | Provision infrastructure with Terraform.             |\n| **Node.js Service Deployment**       | Deploy Node.js service via GitHub Actions CI/CD.     |\n| **Dockerized Service**               | Deploy a Dockerized Node.js app with GitHub Actions. |\n| **Multi-Container Application**      | Run multiple containers using Docker Compose.        |\n| **Automated DB Backups**             | Schedule database backups every 12 hours.            |\n| **Bastion Host Setup**               | Secure infrastructure with a bastion host.           |\n| **File Integrity Checker**           | Detect log tampering by verifying file integrity.    |\n\n### 🔴 Advanced\n| Project                             | Description                                              |\n| ----------------------------------- | -------------------------------------------------------- |\n| **Blue-Green Deployment**           | Implement zero-downtime blue/green deployments.          |\n| **Prometheus \u0026 Grafana Monitoring** | Collect and visualize metrics with Prometheus \u0026 Grafana. |\n| **Multi-Service Docker Setup**      | Build optimized Docker setup for multi-services.         |\n| **Service Discovery with Consul**   | Setup service discovery with dummy services and Consul.  |\n\n## ⚙️ Tech Stack\nCloud: AWS, DigitalOcean\n\nCI/CD: GitHub Actions\n\nInfrastructure as Code: Terraform, Ansible\n\nContainers: Docker, Docker Compose\n\nMonitoring: Netdata, Prometheus, Grafana\n\nWeb Servers: Nginx\n\nLinux Tools: Systemd, SSH, CLI scripting\n\n## 📖 ## Project Structure \nEach project is organized in its own directory\n.\n├── beginner/\n│ ├── server-performance-stats/ # Analyze basic server performance (CPU, memory, disk)\n│ ├── log-archive-tool/ # CLI tool to archive logs with timestamp\n│ ├── nginx-log-analyzer/ # Analyze Nginx logs from the command line\n│\n├── intermediate/\n│ ├── ansible-config-management/ # Server config automation with Ansible\n│ ├── terraform-iac-digitalocean/ # Provision infrastructure with Terraform\n│\n├── advanced/\n│ ├── blue-green-deployment/ # Zero-downtime blue/green deployments\n│ ├── prometheus-grafana/ # Monitoring with Prometheus \u0026 Grafana\n│ └── .../ # ...\n└──\n\nNavigate to the project folder.\n\nFollow the setup instructions in its README.md.\n\n## 🌟 Why This Repo?\n\n✔️ Hands-on practice with real-world DevOps tasks.\n\n✔️ Covers fundamentals → intermediate → advanced levels.\n\n✔️ Acts as a DevOps portfolio for recruiters.\n\n✔️ Modular projects — pick what you need.\n\n\n\n\n\n\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fahmedheikall%2Fdevops-mini-projects","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fahmedheikall%2Fdevops-mini-projects","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fahmedheikall%2Fdevops-mini-projects/lists"}