Topic: ci-cd
- A Production-Grade Site for $0.50 a Month: Terraform + GitHub OIDC on AWS
HTTPS, a global CDN, infrastructure as code, deploys on every git push, and not one leakable secret, for about fifty cents a month. Here is the whole build, the cost breakdown, and the two gotchas that cost me an afternoon.
- Zero-Downtime Across AWS Regions: The Decisions Behind Moving 33 Production Microservices
A region-to-region migration is sold as a redeploy. The hard part is everything the old region quietly assumed: a machine image baked per release, a self-hosted artifact server, and one load balancer per service. Here is how 33 microservices moved with no outage, and the decisions that made it possible.