An engineer hotfixes a city load balancer in the console, then the next pipeline run overwrites the change. What lesson should the team reinforce?
Select an answer to reveal the explanation.
Short Explanation
Fixing live gear by hand is like taping a note on a printer that the nightly rebuild ignores—the tape falls off when automation reapplies the real blueprint. Put lasting fixes in the code.
Full Explanation
When IaC pipelines reapply desired state, out-of-band console changes are commonly overwritten unless the code is updated. Treating code as the source of truth keeps environments convergent and durable. Console edits are not permanently authoritative over automation.