Jose Baez

Jose Baez

Sr. Cloud Support Engineer

Hi, I'm Jose Baez — Sr. Cloud Support Engineer

Jose Baez - Sr. Cloud Support Engineer

IT professional with 13+ years in financial and government environments — cloud computing, infrastructure, systems administration, networking, and a healthy obsession with understanding how things work under the hood.

Right now I'm focused on applying AI to real infrastructure problems, getting deeper into automation, fine tuning, high performance, and building useful tools for my work and the community. When I step away from the terminal, I'm usually on a hiking trail, a ski slope, or taking something apart just to see if I can put it back together — no leftover pieces, I promise.

Based in New York City.

Explore my work on GitHub or connect on LinkedIn.

Writing

Terraform IaC Pipeline with GitHub Actions: A Production-Grade Guide

A complete walkthrough for building a production-grade Terraform CI/CD pipeline using GitHub Actions — covering the bootstrap problem, multi-layer architecture, OIDC authentication, security scanning, and automated deployment to AWS ECS Fargate.

Building a Security Scan Skill with Claude Code

How I built a single Claude Code custom slash command that automatically detects your project stack and runs 11 specialized security tools — covering secrets, dependency CVEs, container images, IaC misconfigurations, and SAST across 8 languages and 7 IaC frameworks.

Terraform Multi-Layer Architecture: Bootstrap, Foundation, Platform, Application

A practical guide to structuring Terraform into four independent layers — solving the chicken-and-egg bootstrap problem, isolating blast radius, enforcing least-privilege IAM per layer, and wiring everything together with remote state references.

Fine-Tuning a Private LLM on AWS — Task-Specific, Secure, and Cost-Effective

A practical guide to tuning an open-weight LLM for a specific business task on AWS — covering data preparation, LoRA/PEFT fine-tuning with SageMaker Spot instances, security hardening with KMS and VPC, and keeping the entire pipeline under $10.

AI Guardrails Security — Misconfigurations, Attacks, and Defenses

A deep-dive into the guardrail architectures of Claude, ChatGPT, Gemini, and Llama — covering the most common misconfigurations with fixes, real-world attack vectors, and a practical defense-in-depth checklist for production LLM deployments.