“It’s Already Working in Production” Is Not the Same as “It’s Complete”

irsa reused

Reading Time: 3 minutesReusing an IAM policy that had been running cleanly in production for months seemed like the safe move, until a newer version of the same controller called an API action the old policy had never heard of, and the failure only showed up after a step Terraform never even touched. Focus keyword: IAM policy version compatibility Title: “It’s Already Working in Production” Is Not the Same as “It’s Complete”.

The Log Group Nobody Configured, and Why the IAM Policy Missed It

log irsa

Reading Time: 3 minutesA least-privilege IAM policy was scoped exactly to what the configuration said the log shipper would write to, which turned out to be only half the story: the agent had a hardcoded fallback destination that no config file ever mentioned. Focus keyword: least privilege IAM policy gap Title: The Log Group Nobody Configured, and Why the IAM Policy Missed It

Config Setting That Was Silently Doing Nothing

helm

Reading Time: 3 minutesA Helm values change deployed cleanly, reported success, and did absolutely nothing, because the chart version in use had never heard of the parameter being set. No error, no warning, just a config that silently went nowhere. Focus keyword: Helm chart silently ignored values Title: The Config Setting That Was Silently Doing Nothing.