Available immediately · Kuala Lumpur, Malaysia

Cloud & network
infrastructure, built
and troubleshot.

I'm Muhammad Irfan ZulkifleAWS Certified Cloud Practitioner and CompTIA Network+ certified, and an AWS re/Start graduate. I design, configure and fault-diagnose enterprise networks and AWS environments, and I write the automation and documentation that keeps them supportable.

From regulated banking floors to routing tables.

I moved into infrastructure deliberately. Before this I spent years as a credit analyst at Public Bank Berhad and a division leader at AEON — work built on evidence, documentation discipline, and staying calm while several things were on fire at once. Those are the same instincts a network operations or cloud support role runs on.

The technical foundation came from a sponsored Network & Multicloud bootcamp and the full-time AWS re/Start programme. Across both I built and broke 50+ multi-device topologies — VLANs, trunking, STP, EtherChannel, OSPF, EIGRP, NAT/PAT, ACLs — and designed VPC address plans, then traced why an instance couldn't be reached, layer by layer.

What I care about is the part after the build: the flow log that explains the rejected traffic, the runbook the next person can actually follow, the script that catches the misconfiguration before an auditor does. I'm looking for a junior role in network engineering, cloud support, NOC or infrastructure operations where that mindset is an asset.

Based in
Cheras, Kuala Lumpur
Focus
Network & Cloud Infrastructure
Certified
AWS CCP · CompTIA Network+
Education
BSc — Univ. of Queensland
Languages
Bahasa Malaysia, English
Availability
Immediate · Shifts & travel OK
Work rights
Malaysian citizen
0Multi-device topologies built & troubleshot
0Public repositories shipped & documented
0Certifications held or scheduled
0Operations & analysis experience

What I work with.

Hands-on through labs, coursework and portfolio projects — configured on real device CLIs and live AWS consoles, not just read about.

Routing & Switching

  • OSPF
  • EIGRP
  • RIPv2
  • Static routing
  • BGP fundamentals
  • VLANs
  • 802.1Q trunking
  • Inter-VLAN routing
  • STP / RSTP
  • EtherChannel / LACP
  • L2 & L3 switching

IP & Protocols

  • TCP/IP
  • OSI model
  • Subnetting
  • VLSM
  • CIDR
  • IPv4 / IPv6
  • NAT & PAT
  • DHCP & relay
  • DNS
  • ARP / ICMP
  • NTP
  • Syslog
  • SNMP

AWS & Cloud

  • VPC design
  • Subnets & route tables
  • IGW / NAT Gateway
  • Security Groups
  • NACLs
  • EC2
  • S3
  • IAM
  • Route 53
  • RDS
  • Systems Manager
  • AWS CLI
  • Auto Scaling
  • Azure VNet

Security & Hardening

  • Standard & extended ACLs
  • Port security
  • DHCP snooping
  • 802.1X / NAC
  • IPsec site-to-site VPN
  • SSH hardening
  • IAM least privilege
  • MFA
  • VPC Flow Logs
  • CloudTrail
  • Network segmentation

Automation & IaC

  • Terraform
  • CloudFormation
  • GitHub Actions
  • CI/CD pipelines
  • Docker
  • Kubernetes
  • Trivy image scanning
  • OIDC auth
  • cfn-lint / Checkov
  • cloud-init / user data

Systems & Scripting

  • Linux (RHEL, Ubuntu, Amazon Linux)
  • Bash
  • systemctl
  • Python
  • SQL
  • SQLite
  • Git & GitHub
  • Apache / httpd
  • Windows Server
  • Markdown docs

Troubleshooting

  • OSI-layer fault isolation
  • ping / traceroute
  • nslookup / dig
  • netstat / arp
  • show & debug
  • Packet capture
  • Config backup & restore
  • IOS upgrade
  • Incident triage
  • Escalation & handover notes

Monitoring & Logging

  • CloudWatch metrics & logs
  • CloudTrail
  • AWS Config
  • VPC Flow Logs
  • Prometheus
  • Grafana
  • Syslog
  • SNMP
  • NTP
  • Health & port checks
  • Webhook alerting

Things I built, broke and documented.

Each project exists because I wanted to prove a specific skill to myself — not to pad a list. Code and write-ups are public.

01

Cloud Security Posture Analyzer

Python · Security tooling

A command-line tool that parses AWS-style inventory, security group rules and VPC Flow Log samples, then reports where the environment is exposed.

  • Detects publicly reachable SSH, RDP and database ports, open S3 buckets, weak encryption posture, privileged IAM users without MFA and stale access keys.
  • Correlates repeated rejected traffic against administrative ports from flow log samples to surface probable scanning activity.
  • Emits Markdown reports with severity, supporting evidence, a risk score, remediation steps and CIS AWS Foundations Benchmark v1.4.0 mappings.
  • Built with argparse, ipaddress, dataclasses and pathlib, with detection logic covered by unittest.
  • Python
  • AWS
  • VPC Flow Logs
  • CIS Benchmark
  • unittest
Source

02

Network Health Monitor

Python · Monitoring

An async CLI that monitors host reachability and TCP service ports from a YAML inventory, stores history in SQLite, and alerts only when a host actually changes state.

  • Checks every host by ICMP ping and TCP connect concurrently with asyncio, recording each run to SQLite with uptime percentage and average latency.
  • Alerts on the transition — up→down or down→recovered — instead of every poll, so a host down for an hour produces one alert, not twelve.
  • Posts a JSON payload to a Slack or Discord style webhook and writes a structured log line; still logs transitions when no webhook is configured.
  • Generates CSV and self-contained HTML reports, and exits non-zero when any host is down so it works as a health gate in cron or CI.
  • Runs on a systemd timer; core uses only the Python standard library, so the single dependency is a YAML parser.
  • Python
  • asyncio
  • SQLite
  • systemd
  • pytest
Source

03

Enterprise Campus Network Labs

Cisco IOS · 50+ topologies

Campus LAN, branch interconnect and small-enterprise designs built from scratch on routers, L2/L3 switches, servers and end hosts — then deliberately broken and repaired.

  • Configured VLANs, 802.1Q trunking, inter-VLAN routing, STP root bridge selection and EtherChannel to segment traffic and remove Layer 2 loops.
  • Deployed static routing, RIPv2, OSPF and EIGRP; verified adjacencies and path selection; resolved missing-route, mismatched-network-statement and wrong-mask faults.
  • Implemented NAT/PAT at the internet edge plus DHCP pools and relay, DNS, NTP and Syslog, validated with ping, traceroute and show commands.
  • Hardened devices with ACLs, port security, DHCP snooping, SSH, privilege levels and banners; performed IOS backup, restore and upgrade procedures.
  • Produced topology diagrams, IP addressing plans and fault-resolution notes for every lab to support repeatable handover.
  • Cisco Packet Tracer
  • Cisco IOS CLI
  • OSPF / EIGRP
  • STP
  • ACLs

04

Cloud Network & Connectivity Labs

AWS VPC · Troubleshooting

The cloud half of the same discipline: design an address plan, deploy it, then work out methodically why a host is unreachable.

  • Designed VPC address plans covering CIDR allocation, public/private subnets, route tables, Internet Gateway and NAT Gateway.
  • Isolated faults caused by incorrect route entries, Security Group rules, NACL rule ordering, missing public IP assignment and key-pair issues.
  • Reviewed VPC Flow Logs, CloudWatch metrics/logs, CloudTrail events and AWS Config records to trace rejected traffic and confirm configuration changes.
  • Administered instances without open SSH using Systems Manager Session Manager, Run Command and Parameter Store.
  • AWS VPC
  • EC2
  • Systems Manager
  • CloudWatch
  • CloudTrail

05

AWS VPC + EC2 Baseline

CloudFormation · IaC

A reusable, parameterised CloudFormation baseline for a hardened VPC and EC2 instance — the secure default I reach for instead of clicking through the console.

  • Builds a VPC with public and private subnets, routing and VPC Flow Logs enabled from the start.
  • No open SSH port. Access is via Systems Manager Session Manager only, using an instance profile rather than key pairs.
  • Validated in CI with cfn-lint and Checkov, so infrastructure misconfiguration is caught before deploy.
  • Fully parameterised for reuse across environments rather than hardcoded to one account.
  • CloudFormation
  • AWS SSM
  • cfn-lint
  • Checkov
  • Bash
Source

06

ECS Fargate CI/CD Pipeline

Terraform · GitHub Actions

A FastAPI service that ships to AWS ECS Fargate on every push to main — with no long-lived AWS credentials anywhere in the repository or in GitHub secrets.

  • Authenticates to AWS with GitHub OIDC federation. The deploy role's trust policy is scoped to this one repository, and grants only ECR push, task-definition registration and one service update.
  • Trivy fails the build on CRITICAL or HIGH findings, so a vulnerable image never reaches ECR. Images are immutable and scanned on push.
  • Terraform provisions VPC, ECR, ALB, ECS Fargate and CloudWatch — and passes Checkov with zero failures, with an inline documented reason on every deliberate skip.
  • ECS tasks accept traffic only from the ALB security group, so the service is never directly reachable from the internet.
  • Terraform
  • ECS Fargate
  • GitHub Actions
  • OIDC
  • Trivy
  • Checkov
Source

07

Kubernetes Demo Service

Containers · Terraform

A FastAPI service taken the whole way from container image to an orchestrated, autoscaled deployment provisioned by Terraform.

  • Containerised a FastAPI service exposing health and metrics endpoints.
  • Wrote Deployment, Service, ConfigMap, Secret and HorizontalPodAutoscaler manifests.
  • Automated build, Trivy vulnerability gate and OIDC-ready deployment through GitHub Actions.
  • Docker
  • Kubernetes
  • Terraform
  • FastAPI
  • Trivy
Source

08

AWS re/Start Notes Platform

Next.js · Documentation

A searchable public documentation site holding everything I learned across the programme — deployed, indexed and used by fellow re/Start students.

  • 36 lecture notes and 11 weekly summaries spanning Linux, Bash, Python, SQL, networking, security, databases, SysOps and AWS services.
  • Static generation with Markdown metadata parsing, fuzzy search over a generated index, table-of-contents navigation and syntax-highlighted code blocks.
  • Shipped with SEO metadata, sitemap, robots.txt and security headers — plus Vercel Analytics and Speed Insights.
  • Next.js
  • TypeScript
  • Tailwind CSS
  • Vercel
Live site

Also built

Cloud+ Mock Exam Simulator

A free Pearson VUE-style CompTIA Cloud+ (CV0-004) practice exam — 310 questions across every domain, with per-option explanations, study mode and domain-specific practice.

  • HTML
  • CSS
  • JavaScript
  • GitHub Pages

Hermes Agentic AI Infrastructure

Autonomous AI agent infrastructure self-hosted on a Linux VPS: 45 cron workflows, an LLM gateway for multi-model routing, and a full Prometheus and Grafana observability stack.

  • Linux
  • Shell
  • Prometheus
  • Grafana
  • Cron

Training & experience.

2026 — Present

Future AWS Agentic AI Business Professional Nanodegree

Udacity · sponsored by AWS

  • In progress. Sponsored place on a nanodegree programme covering agentic AI systems and their application to business workflows.
  • Extends the self-directed agent work in my Hermes infrastructure project — multi-model routing, scheduled autonomous workflows and an observability stack — into structured coursework.

Apr — Aug 2026

AWS re/Start Programme

Forward College · Exabytes CCoE · AWS

  • Full-time cloud and infrastructure programme covering networking fundamentals, Linux administration, Python, SQL, databases, cloud security, systems operations and technical support practice.
  • Delivered graded labs and assessments in TCP/IP, DNS, DHCP, subnetting, OSI layers, routing, VPC components, Security Groups versus NACLs and network hardening.
  • Built the portfolio projects above alongside the curriculum, publishing every lecture note as public documentation.

Nov — Dec 2025

Network & Multicloud Bootcamp

Nexperts Academy · sponsored by Yayasan Peneraju

  • Six-week programme: three weeks of CompTIA Network+ N10-009 routing, switching and network security, then three weeks of CompTIA Cloud+ CV0-004 multicloud training.
  • Completed 50+ Cisco Packet Tracer labs across subnetting, VLSM, VLANs, trunking, STP, EtherChannel, NAT/PAT, DHCP, DNS, NTP and Syslog.
  • Worked AWS and Azure labs covering EC2, Azure VMs, EBS/EFS, IAM/RBAC, VPC and VNet design, bastion host patterns and IPsec site-to-site VPN concepts.

2019 — 2020

Store Operations Associate & Division Leader

AEON Co. (M) Berhad

  • Coordinated daily division operations, staff scheduling and stock movement in a high-volume retail environment across rotating shifts, weekends and public holidays.
  • Triaged and prioritised operational faults and customer escalations under time pressure, communicating clear next steps and escalating system issues to IT support.
  • Monitored performance indicators to support task prioritisation and resource planning across the department.

2017 — 2018

Credit Analyst

Public Bank Berhad

  • Assessed individual and corporate credit applications by analysing financial statements, repayment capacity and risk factors to support evidence-based decisions.
  • Coordinated with solicitors, valuers, engineers and internal departments to resolve documentation discrepancies and keep cases moving to deadline.
  • Maintained records in regulated banking systems under strict confidentiality, data integrity and compliance requirements.
  • Managed concurrent cases and dependencies — the documentation discipline I now apply to network change and incident records.

2014 — 2017

BSc, Microbiology

The University of Queensland, Australia

  • CGPA 5.96 / 7.0 — equivalent to 3.61 / 4.0.
  • A science degree is a training in method: form a hypothesis, isolate one variable, test it, record the result. It is the same loop I run against a broken network.

Certifications.

Certified

AWS Certified Cloud Practitioner

CLF-C02 · August 2026

Certified

CompTIA Network+

N10-009 · March 2026

Completed

APAC Cybersecurity Fund Training

Trainocate · April 2026

Completed

Microsoft Applied Skills: Developing Agents in Microsoft Foundry

Microsoft · May 2026

Completed

AWS AI Practitioner Challenge

Udacity · June 2026

Certified

Google IT Support Professional

Coursera · July 2020

Scheduled

CompTIA Cloud+

CV0-004 · Exam October 2026

Scheduled

AWS Certified Solutions Architect – Associate

SAA-C03 · Exam November 2026

Let's talk.

Open to junior network engineer, cloud support, NOC and infrastructure roles across Malaysia. Onsite, rotating shifts and customer-site travel are all fine by me.

irfan.zlkfle@gmail.com

Two versions of the same history — the cloud CV leads with AWS, Infrastructure as Code and CI/CD; the network CV leads with routing, switching and troubleshooting.