Skip to content
View irfanzulkifle's full-sized avatar

Block or report irfanzulkifle

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
irfanzulkifle/README.md

Hi, I'm Irfan

LinkedIn Email Location

Cloud and network support engineer in Kuala Lumpur. I'm completing the AWS re/Start program and I'm CompTIA Network+ certified. Currently studying for AWS Certified Cloud Practitioner (exam Aug 2026) and CompTIA Cloud+ (exam Sept 2026).

I'm still learning. I try to build real things rather than just follow labs. Most of my work is hands-on AWS, Linux and Python. Lately I've been getting into AI engineering by running my own Hermes agent on a VPS.

What I'm into

  • Cloud operations, infrastructure support and network troubleshooting
  • AWS (EC2, S3, IAM, VPC, Systems Manager), Linux and Python automation
  • Containers & orchestration: Docker, Kubernetes (Kind/EKS-ready), Helm basics
  • Infrastructure as Code: Terraform, CloudFormation
  • CI/CD and DevSecOps: GitHub Actions, Trivy image scanning, OIDC-ready deploys
  • Security: least privilege, security group analysis, CIS-aligned checks
  • AI engineering: running a personal Hermes agent on my VPS, LLM workflows and automation
  • Studying for AWS Cloud Practitioner (CLF-C02) and CompTIA Cloud+ (CV0-004)

Projects

  • aws-vpc-ec2-baseline - Hardened CloudFormation VPC + EC2 baseline. SSM-only access, no open port 22, CI security scanning.
  • cloud-security-posture-analyzer - Python CLI that audits AWS-style inventories and flags misconfigurations, mapped to CIS AWS Foundations v1.4.0.
  • hermes-agentic-ai-infrastructure - Autonomous agent infrastructure on a Linux VPS: 45 cron workflows, 9router LLM gateway, full observability stack.
  • cloud-plus-mock - Free Pearson VUE-style CompTIA Cloud+ (CV0-004) mock exam simulator, 310 questions with per-option explanations.
  • aws-notes-website - Public, searchable AWS re/Start knowledge base built with Next.js and deployed on Vercel.
  • k8s-demo-app - Containerized FastAPI service deployed to Kubernetes via Terraform with a GitHub Actions CI/CD pipeline (Trivy vulnerability gate, OIDC-ready).

Certifications

  • CompTIA Network+ - Mar 2026
  • AWS AI Practitioner Challenge (Udacity, part of Accenture) - Jun 2026
  • AWS Certified Cloud Practitioner (CLF-C02) - in progress, exam Aug 2026
  • CompTIA Cloud+ (CV0-004) - in progress, exam Sept 2026
  • APAC Cybersecurity Fund Training (Trainocate) - Apr 2026
  • Microsoft Applied Skills: Developing Agents in Microsoft Foundry - May 2026
  • Google IT Support Professional Certificate - Jul 2020

Find me

Open to cloud, infrastructure, AI engineering and junior DevOps roles. Always happy to learn from people who know more than I do.

Pinned Loading

  1. cloud-security-posture-analyzer cloud-security-posture-analyzer Public

    Python tool that analyzes AWS-style inventory, security groups and VPC Flow Logs to identify cloud security risks with CIS AWS Foundations mapping.

    Python

  2. aws-vpc-ec2-baseline aws-vpc-ec2-baseline Public

    Secure, parameterized CloudFormation VPC + EC2 baseline with SSM-only access and CI security scanning (cfn-lint + checkov).

    Shell

  3. hermes-agentic-ai-infrastructure hermes-agentic-ai-infrastructure Public

    Autonomous AI agent infrastructure on a Linux VPS: 45 cron workflows, 9router LLM gateway and a full observability stack (Prometheus/Grafana).

    Shell

  4. aws-notes-website aws-notes-website Public

    AWS re/Start learning journal built with Next.js and deployed on Vercel.

    TypeScript

  5. cloud-plus-mock cloud-plus-mock Public

    Free Pearson VUE-style CompTIA Cloud+ (CV0-004) mock exam simulator. 310 questions, per-option explanations, study mode, domain practice. Static site.

    HTML

  6. k8s-demo-app k8s-demo-app Public

    Containerized FastAPI service deployed to Kubernetes via Terraform and a GitHub Actions CI/CD pipeline (Trivy scan, OIDC-ready).

    Python