zooni@devops:~$
↗ resume.pdf
STATUS: ACTIVELY APPLYING — CLOUD / DEVOPS ROLES

Syeeda Zooni

Cloud / DevOps Engineer — CI/CD · Kubernetes · Infrastructure as Code

MCA student (Amity University Online, 2025–2027) with a BCA background, based in Delhi-NCR. AWS Certified Cloud Practitioner. I build and break my own infrastructure — canary and blue-green pipelines, self-managed Kubernetes clusters, and full observability stacks — to get hands-on DevOps depth before it's asked of me on the job.

03
Certifications
03
Featured Projects
04
EC2 Nodes in PulseGuard
2027
MCA Expected

certifications

Credentials

AWS

AWS Certified Cloud Practitioner

Amazon Web Services — foundational cloud concepts, core services, security, and pricing.

● VERIFIED
Jenkins — DevOps Advanced Course Introduction to AI and Machine Learning

education

Deployment History

2025 – 2027 (Expected)
Master of Computer Applications (MCA)

Amity University Online. Coursework and independent projects focused on cloud infrastructure, containers, and CI/CD.

in_progress
2022 – 2025
Bachelor of Computer Applications (BCA)

Chaudhary Charan Singh University — 80%. Foundation in programming, databases, and computer science fundamentals that led into cloud and DevOps specialization.

completed
TOP

Achievements

Top Scorer in English (93%); ranked 2nd (82%) and 3rd (83.6%) in college across academic years. Subject Topper — Computer Networks & Data Structures (86%), Statistics & Numerical Methods (88%).

projects

Services in Production

TerraformAnsibleKubernetes (kubeadm) Flannel CNIJenkinsECR DockerPrometheusGrafana

Architecture

Terraform provisions 4 EC2 instances with S3 + DynamoDB remote state; Ansible automates configuration for a repeatable, version-controlled environment. A self-managed Kubernetes cluster (kubeadm, Flannel CNI) runs the workload, with multi-stage Jenkins pipelines building, containerizing, and progressively rolling out app versions using canary and blue-green release strategies with rollback capability. Prometheus and Grafana monitor deployment health and application metrics in real time, gating the promotion of canary releases.

Incident Log — Resolved

fixed Kubernetes nodes failing bring-up — missing br_netfilter / sysctl kernel prerequisites across worker nodes.
fixed Jenkins package install failing — expired GPG signing key on the apt repo.
fixed ECR push failing in pipeline — variable naming mismatch between hyphens and underscores in Groovy.
fixed Prometheus targets stuck DOWN — missing security group rule for UDP 8472, required for Flannel VXLAN traffic.
TerraformJenkins (Groovy)Ansible AWS VPC / EC2 / ECRS3 / DynamoDB SonarQubeNexusDocker

Architecture

Terraform provisions AWS infrastructure (VPC, EC2, ECR), using S3 remote state with DynamoDB locking to enable safe concurrent infrastructure changes. Multi-stage Jenkins pipelines (Groovy) automate build, test, and deployment across a 3-node distributed lab — one controller and two agent nodes — integrating SonarQube for code quality and Nexus for artifact management. Ansible handles configuration management across agent nodes.

Incident Log — Resolved

fixed DynamoDB state locking failing — partition key must be named exactly LockID.
fixed Ansible inventory targeting wrong hosts, plus handler case-sensitivity bugs in a real multi-node run.
fixed Jenkins install broken on Ubuntu 26.04 — apt repo incompatible, switched to WAR file install.
security Docker Hub auth stored in static env variables — migrated to Jenkins withCredentials binding to cut secret-exposure risk.
PythonOpenAI GPT-4oMicrosoft AutoGen DockerGCP Cloud Run

Architecture

Built on the Microsoft AutoGen framework, a set of cooperating agents autonomously retrieve live market data and news to produce automated financial analysis reports. The system is containerized with Docker and deployed on Google Cloud Run via Cloud Build, following a production-style build-and-release workflow.