What is the difference between IAM users and roles?
Roles are assigned to resources; users are people or on-premises servers
Do IAM permissions span regions?
Yes, it is a global service
Can Customer Managed Policies be shared across accounts?
No
What are the key STS API calls?
AssumeRole - get credentials for a role which may have more access than your own
GetSessionToken - get credentials for your current IAM role, i.e. if you’re moving into a lower-security environment
GetFederationToken - used for proxies which provide credentials for on-premises systems