JOJulius Ohinjuliusoh.tech·Oct 1, 2025 · 24 min readDeploying Applications to AWS ECS with Terraform: Infrastructure as Code GuideIntroduction Deploying containerized applications to AWS can be complex, involving multiple interconnected services: ECS task definitions, load balancers, target groups, listener rules, and DNS configuration. While you could manage these with CLI c...00
JOJulius Ohinjuliusoh.tech·Sep 25, 2025 · 7 min readBuilding a Secure DevOps Pipeline: Managing Secrets with GCP KMS and TerraformIntroduction In modern DevOps practices, managing secrets securely is one of the most critical aspects of infrastructure management. Whether it's API keys, database credentials, or JWT private keys, these sensitive pieces of information need to be ha...00