Hi, I'm Naleba Ibrahim, a strategic DevOps & Cloud Engineer with over six years of experience building secure, scalable cloud infrastructures on AWS and Azure. I design resilient architectures, implement infrastructure as code with Terraform, choreograph Kubernetes clusters, and automate CI/CD pipelines to accelerate delivery.\n\nI focus on security, reliability, and cost optimization, and I enjoy collaborating with cross-functional teams to promote DevSecOps practices. I lead modernization initiatives, strengthen production systems, and ensure robust disaster recovery and high availability.

Naleba Ibrahim

Hi, I'm Naleba Ibrahim, a strategic DevOps & Cloud Engineer with over six years of experience building secure, scalable cloud infrastructures on AWS and Azure. I design resilient architectures, implement infrastructure as code with Terraform, choreograph Kubernetes clusters, and automate CI/CD pipelines to accelerate delivery.\n\nI focus on security, reliability, and cost optimization, and I enjoy collaborating with cross-functional teams to promote DevSecOps practices. I lead modernization initiatives, strengthen production systems, and ensure robust disaster recovery and high availability.

Available to hire

Hi, I’m Naleba Ibrahim, a strategic DevOps & Cloud Engineer with over six years of experience building secure, scalable cloud infrastructures on AWS and Azure. I design resilient architectures, implement infrastructure as code with Terraform, choreograph Kubernetes clusters, and automate CI/CD pipelines to accelerate delivery.\n\nI focus on security, reliability, and cost optimization, and I enjoy collaborating with cross-functional teams to promote DevSecOps practices. I lead modernization initiatives, strengthen production systems, and ensure robust disaster recovery and high availability.

See more

Experience Level

Expert
Expert
Expert
Expert
Expert
Expert
Expert
Expert
Intermediate
Intermediate
Intermediate
See more

Language

English
Fluent

Work Experience

DevOps Cloud Engineer at Firmex
June 1, 2023 - Present
Designed and optimized enterprise-grade CI/CD pipelines using GitHub Actions and Jenkins, developed reusable Terraform modules for standardized infrastructure across Dev, QA, and Production, and led the design and implementation of AWS and Azure cloud architectures for high-availability production environments. Deployed and managed containerized workloads on EKS and AKS with Horizontal Pod Autoscalers, defined IAM governance and Azure AD RBAC, architected secure network topologies, implemented centralized monitoring with Prometheus, Grafana, CloudWatch, Azure Monitor, and Datadog, and drove cloud cost optimization reducing spend by 25%. Shared knowledge through collaborative sessions on Terraform, Kubernetes, and cloud standards. Led incident response and implemented backup, DR, and HA strategies.
Cloud Engineer at RBC Bank
April 1, 2020 - March 31, 2023
Designed and managed scalable AWS and Azure cloud infrastructure supporting banking applications (EC2, EKS, RDS, Azure VMs, AKS, Azure SQL). Automated provisioning with Terraform, led migration of legacy apps to cloud, implemented multi-tier architectures with secure networking, developed IAM governance standards, and established monitoring/alerting with CloudWatch, Azure Monitor, Datadog, and New Relic. Designed backup and cross-region DR strategies, managed Linux production servers, and conducted cloud cost reviews to optimize spend.
IT Operations Administrator at Jumia
February 1, 2016 - January 31, 2020
Managed daily IT operations, ensuring system availability and performance across critical applications. Administered Windows and Linux servers, provided Level 2/3 technical support, monitored infrastructure and networks to proactively resolve incidents, performed backups and disaster recovery, and maintained IT documentation and asset inventory.

Education

Bachelor’s Degree in Information Technology at Islamic University in Uganda
January 1, 2012 - January 1, 2015
Bachelor's Degree in Information Technology at Islamic University in Uganda
January 1, 2012 - January 1, 2015
Bachelor's Degree in Information Technology at Islamic University in Uganda
January 1, 2012 - January 1, 2015

Qualifications

Bachelor's Degree in Computer and Information Sciences
January 11, 2030 - February 13, 2026
AWS Solutions Architect – Associate
January 11, 2025 - February 13, 2025
Bachelor’s Degree in Computer and Information Science
January 11, 2025 - February 13, 2026
AWS Solutions Architect – Associate
January 11, 2026 - February 13, 2026
AWS Certified Solutions Architect – Associate
January 11, 2030 - February 23, 2026
AWS Certified DevOps Engineer – Professional
January 11, 2030 - February 23, 2026
Microsoft Certified: Azure Administrator Associate
January 11, 2030 - February 23, 2026
AWS Certified Solutions Architect – Associate
January 11, 2030 - February 23, 2026
AWS Certified DevOps Engineer – Professional
January 11, 2030 - February 23, 2026
Microsoft Certified: Azure Administrator Associate
January 11, 2030 - February 23, 2026
AWS Certified Solutions Architect – Associate
January 11, 2030 - February 23, 2026
AWS Certified DevOps Engineer – Professional
January 11, 2030 - February 23, 2026
Microsoft Certified: Azure Administrator Associate
January 11, 2030 - February 23, 2026

Industry Experience

Software & Internet, Professional Services, Financial Services, Retail
    paper End-to-End CI/CD Pipeline on AWS (Production-Grade)

    Designed and implemented a production-grade, end-to-end CI/CD pipeline on AWS to automate application build, testing, containerization, and deployment to Kubernetes with zero downtime.
    This project integrates modern DevOps tooling to ensure secure, scalable, and reliable software delivery from code commit to production.
    🏗️ Architecture Overview
    The pipeline integrates:
    Source control via GitHub
    CI/CD orchestration using Jenkins
    Static code analysis with SonarQube
    Artifact management through Nexus Repository
    Containerization using Docker
    Image storage in Amazon ECR
    Kubernetes orchestration via Amazon EKS
    External traffic routing using AWS Application Load Balancer
    Hosted on Amazon Web Services
    🔄 CI/CD Workflow
    Developer pushes code to GitHub.
    Webhook triggers Jenkins pipeline.
    Jenkins performs:
    Build & unit testing
    Static code analysis (SonarQube Quality Gate enforcement)
    Artifact packaging and storage in Nexus
    Docker image is built and tagged.
    Image is pushed to Amazon ECR.
    Application is deployed to Amazon EKS.
    Deployment uses Kubernetes Rolling Update strategy.
    Traffic is routed through AWS ALB Ingress Controller.
    🚀 Deployment Strategy
    Implemented Kubernetes Rolling Updates to achieve:
    Zero-downtime deployments
    Gradual pod replacement
    Automated rollback capability
    Production stability
    🌐 Load Balancing & Traffic Management
    Configured AWS ALB Ingress Controller to:
    Expose Kubernetes services externally
    Provide Layer 7 routing
    Enable SSL termination
    Route traffic securely to EKS pods
    🔐 Security & Best Practices
    IAM roles with least privilege
    RBAC enabled in Kubernetes
    Private ECR repositories
    Secure secrets management
    Health checks and readiness probes
    Rolling updates for safe production releases
    📈 Key Outcomes
    Fully automated CI/CD pipeline
    Reduced manual deployment effort
    Improved code quality enforcement
    Zero-downtime production deployments
    Scalable and secure cloud-native architecture