Identity Access Management - IAM → centrally manage userssecurity credentials such as access keys, and permissions that control which AWS resources users can access

IAM Users + Groups

create Users and assign them individual security credentials (access keys, passwords, and multi-factor authentication devices). You can manage permissions to control which operations a User can perform

IAM Policy

IAM Roles

similar to a User, in that it is an AWS identity with permission policies that determine what the identity can and cannot do in AWS. However, instead of being uniquely associated with one person, a Role is intended to be assumable by anyone who needs it

identity federation

allow existing users in your enterprise to access the AWS Management Console, to call AWS APIs and to access resources, without the need to create an IAM User for each identity

knowledge check