AWS ยท Terraform ยท Kubernetes ยท CI/CD

DevOps & Cloud Engineer

Building scalable cloud infrastructure with Infrastructure as Code, container orchestration, and automated CI/CD pipelines.

๐Ÿ“ Melbourne, Australia โ— Open to opportunities
main.tf
# AWS EKS Cluster
resource aws_eks_cluster "prod" {
  name     = "devin-cluster"
  role_arn = aws_iam_role.eks.arn
  version  = "1.29"
  
  vpc_config {
    subnet_ids = aws_subnet.private[*].id
  }
}

About Me

DevOps Engineer with hands-on experience in AWS cloud infrastructure, Infrastructure as Code (Terraform), container orchestration (Docker, Kubernetes/EKS), and CI/CD automation.

Currently completing a Master of Cybersecurity at Monash University, bringing a security-focused mindset to cloud engineering practices. I thrive in environments where automation, scalability, and reliability intersect.

Passionate about building repeatable infrastructure, reducing deployment friction, and enabling development teams to ship faster with confidence.

2+
Years DevOps Experience
3
Cloud Projects Deployed
10+
CI/CD Pipelines Built

Technical Skills

โ˜๏ธ

Cloud Platforms

  • AWS (EC2, ECS/EKS, RDS, S3, ALB, IAM, CloudWatch)
  • GCP (conceptual knowledge)
๐Ÿ—๏ธ

Infrastructure as Code

  • Terraform (module design, state management)
  • Ansible (playbooks, roles)
๐Ÿ“ฆ

Containerisation

  • Docker (Dockerfile, Compose, registries)
  • Kubernetes (EKS, ECS, Helm, ArgoCD)
๐Ÿ”„

CI/CD

  • GitHub Actions
  • Jenkins (pipeline as code)
  • Git version control
๐Ÿ“Š

Monitoring

  • Prometheus + Grafana
  • AWS CloudWatch
  • Alerting & dashboards
๐Ÿ

Scripting

  • Python (automation scripts)
  • Bash (shell scripting)
  • Linux administration

Work Experience

DevOps Engineer

Dispatch AI
June 2025 โ€“ September 2025 ยท Remote
  • Provisioned AWS infrastructure (EC2, S3, IAM, EKS) using Terraform with reusable modules
  • Deployed containerised applications on AWS EKS, managing production AI workloads
  • Automated CI/CD pipelines using Jenkins and Docker, reducing deployment time
  • Implemented monitoring with Prometheus and Grafana for system reliability
  • Wrote Python automation scripts for infrastructure provisioning tasks
AWSTerraformKubernetesJenkinsPrometheus

IT Support / Repair Engineer

DJI
February 2024 โ€“ Present
  • Windows environment IT support and system troubleshooting
  • Developed Python automation scripts for workflow optimisation and asset management
  • Maintained IT asset records and technical documentation
WindowsPythonIT Support

DevOps Intern

BeeQuant
April 2024 โ€“ August 2024 ยท Remote
  • Automated AWS infrastructure with Terraform and Ansible, including reusable modules for ECS clusters
  • Built CI/CD pipelines using GitHub Actions for containerised deployments
  • Containerised backend services with Docker on AWS ECS
TerraformAnsibleGitHub ActionsDocker

Education

๐ŸŽ“

Master of Cybersecurity

Monash University, Australia

2020 โ€“ 2022

Focus: Cloud Computing and Security, Software Security, IT Forensics

๐ŸŽ“

Bachelor of Psychology & Law (Arts)

Sungkyunkwan University, South Korea

2013 โ€“ 2017

Key Projects

DJI Maintenance Automation Suite

Python + Node.js

End-to-end automation suite that eliminated manual case chasing. Three interconnected components: CRM scraper (Playwright), NAS file watcher (SMB), and PDF report generator (Tkinter). Docker Compose deployment + PyInstaller packaging for desktop distribution.

PlaywrightNode.jsDockerSMBTkinterPyInstaller

AWS EKS Production Cluster

Terraform

Designed and deployed a complete AWS EKS cluster using Terraform from scratch, supporting production AI workloads with auto-scaling, monitoring, and automated deployments.

AWS EKSTerraformHelmPrometheusGrafana

CI/CD Pipeline Automation

Jenkins

Built end-to-end CI/CD pipelines integrating code quality checks, automated testing, Docker container builds, and Kubernetes deployments โ€” reducing manual deployment effort significantly.

JenkinsDockerGitHub ActionsKubernetes

Infrastructure as Code Module Library

Ansible + Terraform

Created reusable Terraform modules for ECS cluster configurations and Ansible playbooks for configuration management โ€” reducing infrastructure provisioning time from days to minutes.

TerraformAnsibleAWS ECSPython

Get in Touch

I'm currently open to DevOps, Cloud Engineer, and SRE opportunities in Melbourne, Australia. Feel free to reach out if you'd like to discuss a role or just connect.