Skip to content

Principle of Least Privilege

Easy — everyone uses thisSecurity

ELI5 — The Vibe Check

Principle of Least Privilege means everyone and everything gets only the MINIMUM access needed to do their job. The intern doesn't get admin access. The web server doesn't get database root. Your Lambda doesn't get 'AdministratorAccess.' It's 'need to know' applied to every permission.

Real Talk

The principle of least privilege restricts access rights for users, accounts, processes, and systems to the minimum necessary for their function. Applied across IAM policies, database grants, filesystem permissions, and API scopes. Reduces attack surface and limits blast radius of compromised identities.

When You'll Hear This

"Every IAM role follows least privilege — no wildcards, specific resources only." / "The database user for the API has SELECT on three tables — nothing more."

Made with passive-aggressive love by manoga.digital. Powered by Claude.