Ever deployed to the wrong AWS account?
I regularly switch between multiple AWS accounts, and I'm always worried about deploying something to the wrong one.
So I built whoiam: a simple CLI pre-flight check that validates you're in the expected AWS account before deploying anything.
Docs: https://whoiam.cliwright.dev/
GitHub: https://github.com/cliwright/whoiam
Curious how others solve this problem on their teams. What safeguards do you use?