What is AWS IAM?
Answer: Identity and Access Management controls authentication and authorisation for AWS. It manages identities — users, groups and roles — and policies that define what actions are allowed or denied on which resources under which conditions. It is global rather than regional and is free to use.
Why interviewers ask this: The framing to give is that IAM answers "who can do what to which resource under what conditions", with conditions being the part candidates most often overlook. IAM being global means a user or role exists across all regions, unlike most other resources.
