Cloud Infrastructure & DevSecOps Engineer · Nashville, TN

I build secure AWS infrastructure
and delivery systems that prove they work.

AWS · Terraform · Kubernetes · Ansible · CI/CD · IAM · Cloud Security

AWS Security Specialty Solutions Architect Associate CompTIA Security+ RHCE / RHCSA PMP

I build and automate private AWS infrastructure, container delivery platforms, Kubernetes and GitOps workflows, and cloud identity controls. My background spans production Linux systems administration, Python automation, Jenkins CI/CD, and security-sensitive access validation.

Open to Cloud Infrastructure Engineer · DevSecOps Engineer · Platform Engineer · Cloud Security Engineer · Cloud IAM / Identity Security roles.

2,000+
Linux Systems Supported
50+
Releases Supported
3
AWS Platforms Built
6
Certifications
Start Here

Three projects that show the range.

If you have a minute, start with these: infrastructure automation, secure CI/CD, and Kubernetes/GitOps.

01 Private AWS Web Infrastructure Private multi-AZ AWS web platform built with Terraform and Ansible, using a public ALB, private EC2, Systems Manager administration, IAM role separation, VPC endpoints, Flow Logs, and CloudWatch. View → 02 Secure ECS/Fargate CI/CD Platform Secure container delivery platform using Terraform, Jenkins, GitHub Actions, Docker, Trivy, and Checkov, with immutable ECR images, OIDC federation, deployment validation, and autoscaling. View → 03 Secure EKS GitOps Platform EKS/Kubernetes platform using Terraform, Helm, Jenkins, GitHub Actions, and Argo CD, with HPA and Cluster Autoscaler validated under controlled load. View →
Security Engineering Specialization

One platform. Seven security layers.

Cloud infrastructure and delivery are the foundation. Identity, architecture, governance, detection, response, prevention, and risk communication are the security layers that strengthen the platform. Together, these projects show how I approach cloud security as an engineering discipline: build the environment, constrain access, prevent unsafe changes, detect failures, automate evidence, and design for response.

Layer 1 · Identity
IAM Governance
"Who can touch what? How is the lifecycle governed?"
Enterprise IAM Lifecycle Automation  ·  Complete
HR-sourced joiner-mover-leaver lifecycle on midPoint and 389 Directory Server. Reconciliation, non-human identity disposition, and a Python evidence validator that proves the directory matches the source of truth.
Zero Trust Serverless Architecture  ·  Complete
Identity governance at the application layer — Cognito JWT auth with DynamoDB access scoped to the authenticated sub claim. BOLA/IDOR prevention on every request.
AWS NHI Governance Engine  ·  Complete
Scans an AWS account and scores non-human identities — IAM roles, users, access keys, secrets, and trust policies — with eleven detectors mapped to the OWASP NHI Top 10 and NIST 800-53. OIDC-federated CI, an exception register with net-residual reporting, and a documented threat model.
Complete
Layer 2 · Architecture
Secure Environment
"What are we governing? How is the environment structured?"
Secure Multi-Account AWS Architecture for Retail Platforms
Multi-account org design, trust boundary separation, centralized logging, and layered ingress — grounded in real retail domain context. Customer identity, order workflows, payment-adjacent services, and prod/non-prod isolation.
Complete
Layer 3 · GRC
Control & Evidence
"Are the controls actually working? Can we prove it?"
AWS GRC Engineering Project
16 automated controls across IAM, S3, CloudTrail, GuardDuty, and Security Hub. Risk scoring, framework mapping, and immutable evidence storage.
Complete
Layer 4 · Detection
Identity Threat Detection
"How do we know when something goes wrong?"
IAM Cross-Account Detection Pipeline
Event-driven detection rules mapped to MITRE ATT&CK. CloudTrail → EventBridge → Lambda enrichment → structured findings with false positive tuning.
Complete
Layer 5 · Response
Incident Response
"What happens automatically when a control fails?"
AWS Incident Response Automation  ·  In Design
Security Hub → Step Functions response workflows. Automated containment with approval gates. Runbooks as code. Design documented; implementation queued.
In Design
Layer 6 · Prevention
Policy as Code
"How do we stop non-compliant infrastructure before it deploys?"
AWS Policy-as-Code Guardrails
OPA Rego guardrails executed with Conftest against Terraform plans before apply. Denies public S3, open admin ports (IPv4 and IPv6), wildcard IAM, unencrypted storage, and missing Owner tags, each mapped to NIST 800-53. Unit-tested and enforced as a CI gate.
Complete
Layer 7 · Leadership
Executive Dashboard
"How do we translate technical controls into business risk language?"
AWS Executive Risk Dashboard  ·  In Design
Compliance score, risk register, framework heatmap. Ingests GRC and NHI engine output. Designed for CISO and audit committee audiences. Design documented; implementation queued.
In Design
Full Portfolio

All projects.

My work spans cloud infrastructure, DevSecOps, identity, and security engineering across AWS automation, container delivery, Kubernetes, governance, detection, policy-as-code, and architecture.

Cloud Infrastructure Automation
Private AWS Web Infrastructure
"Builds the private, automated foundation everything else runs on."

Private multi-AZ AWS web platform with Terraform and Ansible: public ALB, private EC2, SSM-based administration, and scoped IAM identities.

DevSecOps · CI/CD
Secure ECS/Fargate CI/CD Platform
"Ships containers with security gates that actually block bad builds."

Terraform-provisioned ECS/Fargate platform with Jenkins, Docker, ECR, Trivy/Checkov security gates, immutable image publishing, Jenkins instance-profile credentials, and a GitHub Actions OIDC deployment path.

Kubernetes · GitOps
Secure EKS GitOps Platform
"Reconciles Kubernetes state through Git, not manual kubectl."

EKS platform with Terraform, Helm, and Argo CD; HPA and Cluster Autoscaler validated under controlled load, with Checkov/Trivy security gates.

Layer 1 · Non-Human Identity
AWS NHI Governance Engine
"Governs the identities people forget: machines and workloads."

Eleven detectors that scan an AWS account for risky non-human identities — over-privilege, wildcard and cross-account trust, OIDC gaps, ownership, and static credentials — mapped to the OWASP NHI Top 10 and NIST 800-53. OIDC-federated CI, an exception register, and a CI gate on high-severity findings.

Layer 1 · Identity Governance
Zero Trust Serverless Architecture
"Governs identity on every request at the workload level."

Cognito JWT auth with DynamoDB access scoped to authenticated sub claim. BOLA/IDOR prevention, split Lambda execution roles, KMS encryption, CDK IaC.

Layer 1 · Identity Governance
Enterprise IAM Lifecycle Automation
"Automates identity lifecycle from source-of-truth to directory."

HR-sourced joiner-mover-leaver lifecycle with midPoint and 389 Directory Server, reconciliation, service-account disposition, and Python evidence validation.

Layer 3 · GRC Engineering
AWS GRC Engineering Project
"Proves the controls are working."

16 automated controls, risk scoring, framework mapping, and an immutable evidence vault for repeatable AWS control validation.

Layer 4 · Identity Threat Detection
IAM Cross-Account Detection Pipeline
"Detects when IAM controls are violated."

Event-driven pipeline targeting unauthorized AssumeRole activity. Tuned false-positive handling. MITRE ATT&CK mapped.

Layer 2 · Architecture
Secure Multi-Account AWS Architecture for Retail
"Defines the environment these controls govern."

Multi-account org design with trust boundary separation, centralized logging, layered ingress, and prod/non-prod isolation. Grounded in Genesco retail domain — customer identity, order workflows, payment-adjacent services.

Layer 5 · Response
AWS Incident Response Automation
"Automates what happens when a control fails."

Security Hub → Step Functions response workflows. Automated containment with approval gates. IR runbooks as code.

Layer 6 · Prevention
AWS Policy-as-Code Guardrails
"Prevents non-compliant infrastructure before it deploys."

OPA Rego guardrails run with Conftest against Terraform plans before apply. Denies public S3, open admin ports, wildcard IAM, unencrypted storage, and missing Owner tags. NIST-mapped, opa-tested, and enforced as a CI gate.

Layer 7 · Leadership
AWS Executive Risk Dashboard
"Translates technical controls into business risk language."

Compliance score, risk register, framework heatmap. Ingests GRC framework output. Designed for CISO and audit committee audiences.

Proof Matrix

Skills mapped to proof.

Where each skill actually shows up in the work, so this portfolio maps to a role description in seconds.

Skill Project proof
AWSPrivate AWS Infrastructure · ECS/Fargate · EKS GitOps · NHI Engine · Zero Trust
TerraformPrivate AWS Infrastructure · ECS/Fargate · EKS GitOps · Policy-as-Code
AnsiblePrivate AWS Infrastructure
Kubernetes / Amazon EKSSecure EKS GitOps Platform
Amazon ECS / FargateSecure ECS/Fargate CI/CD Platform
DockerECS/Fargate · EKS GitOps
Jenkins / CI/CDECS/Fargate · EKS GitOps
GitHub Actions / OIDCECS/Fargate · EKS GitOps · NHI Engine
GitOps / Argo CDSecure EKS GitOps Platform
AWS IAM / Workload IdentityPrivate AWS Infrastructure · ECS/Fargate · EKS GitOps · NHI Engine · Zero Trust
Cloud SecurityPrivate AWS Infrastructure · NHI Engine · Zero Trust · Policy-as-Code
Security AutomationNHI Engine · GRC Framework · Policy-as-Code · Detection Pipeline
About

The background
behind the builds.

I bring a background in production Linux systems administration and QA automation into cloud infrastructure, DevSecOps, and security engineering.

My systems background taught me how to troubleshoot from the operating system and network up. My automation background taught me how to make complex behavior repeatable, distinguish real defects from environmental noise, and build validation into the delivery process.

Before cloud engineering, I administered identity and access across 300+ Linux and 50+ Windows servers, helped modernize 2,000+ Linux-based point-of-sale systems across 1,000+ retail locations, and later led automated regression execution across a suite of 1,200+ tests supporting 50+ releases.

Today I apply that discipline to AWS infrastructure automation, CI/CD, ECS/Fargate, EKS/Kubernetes, GitOps, IAM, and cloud security.

My security specialization is identity: how human and non-human identities authenticate to cloud platforms, how workloads obtain temporary credentials, how privileges are constrained, and how teams prove those controls operate as intended.

"Build the system. Automate the repeatable work. Reduce unnecessary access. Validate behavior. Design for troubleshooting, not only the happy path."

Based in Nashville, TN. Open to remote and hybrid opportunities.

Certifications
AWS Security Specialty
Amazon Web Services
Solutions Architect Associate
Amazon Web Services
CompTIA Security+
CompTIA
RHCE / RHCSA
Red Hat
PMP
Project Management Professional
In Progress
AWS Solutions Architect Professional (SAP-C02)
Microsoft SC-300 · Identity & Access
Portfolio Scope

These are self-directed portfolio projects built in controlled AWS and local lab environments to model real-world cloud infrastructure, DevSecOps, IAM, and security engineering workflows. They include working code, tests, CI/CD, security controls, sample outputs, evidence, and documented limitations. They are not presented as production systems operated inside a large enterprise.

Contact

Let's work together.

Open to Cloud Infrastructure Engineer, DevSecOps Engineer, Platform Engineer, Cloud Security Engineer, Security Automation Engineer, and Cloud IAM / Identity Security opportunities. Nashville, TN. Remote and hybrid considered.