Available for new opportunities

George
Koufie

Cloud Infrastructure Engineer

I design, build, and automate AWS cloud infrastructure — Terraform, CI/CD pipelines, event-driven automation, and security tooling — bringing a security-first, automation-driven approach to complex infrastructure problems.

3+
Years Exp.
10
Certifications
12
Projects Built

Projects That Shipped

01
Networking & Infrastructure as Code
Hybrid Cloud Network Architecture

A cloud-native version of secure facility-to-facility tunneling I've done professionally — a multi-VPC network joined through a Transit Gateway hub with a real Site-to-Site IPsec VPN. Getting from a clean deploy to working traffic took fixing 9 real bugs, including two byte-identical IAM trust policies behaving differently — diagnosed via CloudTrail's raw denial event. Verified end-to-end: 0% packet loss on the first attempt after a full destroy/reapply.

Terraform Transit Gateway Site-to-Site VPN GitHub Actions
View Project →
02
Serverless / Event-Driven
Serverless Link Shortener API

A fully serverless link shortener that costs $0 at rest — nothing runs between requests. The obvious approach (check if a code exists, then write it) has a race condition under concurrent requests; solved it with DynamoDB's atomic conditional write instead, plus a Lambda IAM role scoped to exactly three actions on one table.

AWS Lambda API Gateway DynamoDB
View Project →
03
DevSecOps
DevSecOps CI/CD Pipeline

A 6-stage GitHub Actions pipeline (lint → test → Semgrep SAST → Trivy container scan → ECR → EKS) that enforces a hard quality gate: critical vulnerabilities block the deploy instead of reaching production. Shifts security left so scanning happens before a bad image ever reaches Kubernetes, not after.

GitHub Actions Docker Trivy Semgrep Kubernetes
View Project →
04
Security Automation
AWS Security Baseline Audit Tool

A Python CLI covering 12 security checks across IAM, S3, EC2, CloudTrail, and RDS — built to understand how tools like Prowler work internally, not to replace them. Every check is tested against mocked AWS calls (31 tests, no real account needed), yet pointed at my own real AWS account it found genuine problems on the first run: security groups with SSH/RDP open to the internet, no active multi-region CloudTrail trail, and a 415-day-old access key.

Python boto3
View Project →
05
Infrastructure as Code
Enterprise AWS Landing Zone (NovaRetail)

NovaRetail's developers were manually provisioning AWS resources — inconsistent networking, weak governance, public-exposure risk, no audit visibility. Built a Terraform Landing Zone (3-tier VPC, centralized CloudTrail logging, GuardDuty, Security Hub, KMS-encrypted logs, least-privilege audit role) plus Python audit scripts for security groups, S3, and cost — reducing environment setup from hours to minutes while standardizing security controls.

Terraform GitHub Actions Python
View Project →
06
Security Automation
Event-Driven Security Guardrail

Extends my Security Baseline Audit tool from on-demand scanning into continuous enforcement: EventBridge catches risky changes (open security groups, public S3 buckets) in real time and Lambda remediates them automatically. First deploy looked correct but silently did nothing — CloudTrail's always-on Event History doesn't feed EventBridge, only an actual Trail resource does. Verified both directions: in-scope resources get auto-remediated, and IAM denies remediation on anything out of scope, confirmed by testing an untagged security group and finding the open rule still there.

EventBridge Lambda CloudTrail DynamoDB Terraform
View Project →
07
Compliance / Governance
FedRAMP/NIST Secure AWS Landing Zone

A six-module Terraform landing zone (network, IAM, security, logging, config, budget) built around FedRAMP/NIST-style controls — CIS benchmark and NIST control mapping docs, four incident-response runbooks, example deny-policy SCPs, and a five-tool CI security pipeline (Checkov, tfsec, TFLint, Gitleaks, fmt/validate). The repo initially failed `terraform validate` outright — invalid HCL syntax across four modules — fixed alongside real hardening: MFA required on every privileged role's trust policy, TLS-only access enforced on the log bucket, and the log bucket's `force_destroy` defaulted to false so a routine `terraform destroy` can't silently wipe audit history. Statically validated in CI; not deployed.

Terraform Checkov tfsec IAM NIST / CIS
View Project →
08
Incident Response / Networking
AWS 503 Incident Response Lab

A self-directed lab reproducing a real production symptom — an ALB returning 503s on specific endpoints — behind a Cloudflare-proxied domain. Deliberately broke it four distinct ways and captured each one's real diagnostic signature: a deregistered target (503, zero capacity) versus a stopped-but-registered service (502, connection refused) versus a security group silently dropping the health-check port (504, timeout) versus an application-level bug that leaves the Target Group healthy while specific routes still 500. Built, diagnosed, and torn down in one session — verified clean via live AWS CLI checks afterward.

Terraform ALB Target Groups Cloudflare CloudWatch
View Project →
09
Agent Infrastructure
AI Agent Governance Guardrail

A Bedrock-hosted Claude agent decides which tools to call; every call is enforced by AWS IAM, not application code. Proved it with a real red-team test: a simulated prompt-injected instruction pushed the agent toward reading a restricted file and deleting a record it shouldn't touch — both denied by IAM, with an independent DynamoDB audit trail confirming the denial happened at the infrastructure layer, not because the model chose to behave.

Bedrock Lambda IAM DynamoDB
View Project →
10
MLOps / Kubernetes
Local LLM Serving on Kubernetes

The free, CPU-only substitute for a GPU/EKS MLOps pipeline: a small open model actually serving inference, an HPA scaling replicas 1-to-4 under real concurrent load, and Argo CD performing genuine GitOps sync from this repo. Caught and documented a real mistake along the way — an initial load test used kubectl port-forward, which silently pins to a single pod instead of load-balancing, so the "successful" scale-out wasn't actually being tested until the load generator was moved inside the cluster.

Kubernetes Ollama HPA Argo CD Prometheus
View Project →
11
Serverless / AI Infrastructure
AI API Gateway With Real Governance

An API Gateway → Lambda → Bedrock pipeline where every caller has a real rate limit and a real cost cap, both enforced before the model is ever invoked — a denied request costs nothing. Rate limiting uses an atomic DynamoDB conditional write so concurrent requests can't race past the limit; the cost cap checks a running per-caller balance built from Bedrock's own real token usage. Verified live: a 5/minute cap correctly returned 429 on request six, and a lowered cost cap correctly returned 402 once a caller's real spend crossed it.

API Gateway Lambda Bedrock DynamoDB
View Project →
12
Firmware / CI/CD
Firmware CI/CD & Release Infrastructure

A real Jenkins pipeline that builds TianoCore EDK2's OVMF — the actual open-source UEFI firmware real cloud providers use as VM BIOS — and boot-validates it in QEMU before archiving the result. Getting from a clean clone to a booting firmware image meant finding and fixing six real bugs, including a deprecated toolchain tag every online tutorial still references, and a routine-looking Windows CRLF git warning that turned out to corrupt a script's shebang and break a real Jenkins build. Also includes a real release-branching workflow with a genuine merge conflict, resolved deliberately rather than by picking a side.

Jenkins EDK2 / UEFI QEMU Git
View Project →

Building cloud systems that never sleep

I'm a Cloud Infrastructure Engineer with 3 years of professional IT/systems administration experience, including hands-on project work designing, building, and automating AWS cloud infrastructure. I'm AWS Certified Solutions Architect – Associate and Microsoft Certified Azure Administrator, with a B.S. in Cloud Computing.

I work with Terraform, Python, GitHub Actions, Docker, Kubernetes, and IAM to build reproducible AWS infrastructure, CI/CD pipelines, event-driven automation, and security tooling — applying systematic root-cause analysis to complex infrastructure issues. I'm also the founder of CloudCapeCoast and an AWS Community Builder for Networking & Content Delivery.

Get in touch →
George Koufie
name:       "George Koufie"
role:       "Cloud Infrastructure Eng."
location:   "Jacksonville, NC"
status:     open_to_work
clouds:     ["AWS", "Azure"]
certs:      ["AWS-SAA", "AWS-CCP", "AZ-104"]
founder:    "CloudCapeCoast"
coffee:     true
 

My Toolbox

☁ Cloud Platforms
AWS VPC AWS EC2 AWS S3 AWS Lambda API Gateway DynamoDB EventBridge AWS IAM Transit Gateway Site-to-Site VPN ECS Fargate Aurora AWS EKS CloudWatch CloudTrail Systems Manager
⚙ Infrastructure as Code
Terraform Modular Design Remote State CI-Driven Plan/Apply
🐳 CI/CD & Containers
GitHub Actions Jenkins Docker Kubernetes SonarQube Trivy Semgrep
🔒 Networking & Security
Hub-and-Spoke VPC Site-to-Site VPN/IPsec Security Groups NACLs IAM Least-Privilege OIDC Federation
💻 Linux & Scripting
Linux Administration iptables systemd journalctl tcpdump Bash Python
🤖 AI-Augmented Development
Claude Code Agentic Deployment Prompt Engineering

Education & Certifications

Education
May 2025
B.S. Cloud Computing
Western Governors University — Salt Lake City, UT
May 2023
A.S. Information Technology
James Sprunt Community College — Kenansville, NC
Nov 2026
AWS re/Start Training
Per Scholas — Jacksonville, NC
Certifications
AWS Certified Solutions Architect – Associate AWS Certified Cloud Practitioner Microsoft Certified: Azure Administrator (AZ-104) Microsoft Certified: Azure Fundamentals (AZ-900) CompTIA Cloud+ CompTIA Security+ CompTIA Network+ CompTIA A+ CompTIA Project+ LPI Linux Essentials
Download Full Resume PDF — Updated 2026

Let's Build Something Together

Have an infrastructure challenge, an open role, or want to collaborate? I'd love to hear from you.