
Cloud Operations Engineer II @ AWS
With 8+ years protecting systems that serve millions—healthcare, biotech research, and financial systems. Passionate about building resilient infrastructure and mentoring the next generation of cloud engineers.
Patch Management POC & GenAI Initiatives
Backup & Recovery Implementation
resource "education_degree" "masters" {
university = "Valparaiso University"
program = "Information Technology Management"
}
resource "aws_certification" "professional" {
count = 1
exams = [
"AWS Certified AI Practitioner"
]
}
variable "specializations" {
type = list(string)
default = [
"GenTech AI SME Accreditation",
"Patch Management SME",
"Monitoring Flywheel Associate"
]
}
// "Learning never exhausts the mind."