What is AWS IAM
concept of IAM
IAM is abbreviation of identity admin management,is use to manage users and access-key and security-key.
detail of side column:
Dashboard:
Overview on the aws of current account.
Including number of Users Group,Users,Roles,Policies,Identity providers.
User Groups:
Manage permissions.aws advise to assign permissions to group,not to specific user.
and assign the user to group which have necessary permissions.
One user can be assigned by multiple groups and hava each permissions of group.
User
User is a account that can login in aws and use some services.
Roles
Role is assign to service to custmize some action in service.
Policies
Policies is like permission. That set permission in aws. it can be assigned to user or groups