Tags

Infrastructure as Code

May 9, 2026 Alibaba Cloud Full Stack 84 min read

Alibaba Cloud Full Stack (12): End-to-End — One Terraform Apply for Everything

The grand finale: codify everything from Parts 1-11 into Terraform modules. VPC, ECS, RDS, OSS, RAM, SLS, Function Compute — all provisioned with one terraform apply. Plus CI/CD with GitHub Actions and cost optimization.

Mar 14, 2026 Terraform Agents 30 min read

Terraform for AI Agents (2): Provider, Auth, and Remote State on OSS

Pinning the alicloud provider, picking between AK/SK, AssumeRole, and ECS RAM role auth, putting tfstate on OSS with Tablestore locking, and the workspace pattern that keeps dev/staging/prod from stomping each other. …

Mar 12, 2026 Terraform Agents 26 min read

Terraform for AI Agents (1): Why IaC Is the Only Sane Way to Ship Agents

Agent systems are a moving target — new tools, new memory stores, new regions every month. Manual console clicks don't survive the second teammate. This first article makes the case for Terraform on Alibaba Cloud, …

May 26, 2023 Cloud Computing 58 min read

Cloud Computing (7): Cloud Operations and DevOps Practices

A working DevOps engineer's guide: CI/CD pipelines that gate quality, Terraform for reproducible infrastructure, Prometheus + Grafana monitoring, ELK/EFK logging, SRE error budgets, and the operational habits that keep …