Infrastructure Drift usually indicates an issue.
In a properly managed environment, the delta between your Infrastructure-as-Code (IaC) and your actual cloud environment should be zero.
When your monitoring solution triggers a drift alert (you do have automated drift detection, right?), it typically points to one of two scenarios:
🔴 Scenario A (The Rogue Operator): Someone bypassed the governance and manually modified resources in the AWS Console. This is problematic as manual actions are error-prone and hard to track (and even harder to revert).







