Amazon Web Services IAM
AWS IAM is a service offered by Amazon, it stands for AWS Identity and Access Management that has the ability to control the access of AWS resources for the users. The purpose serves by AWS IAM is authorization and authentication. What are the components of IAM? AWS IAM has four major components which are followed as; 1. USERS 2. GROUPS 3. ROLES 4. POLICIES USERS AWS IAM allows creating & managing the AWS users that use the permission for allowing & denying the access of users to the resources of AWS. GROUPS After the formation of users it is possible to combine them into groups for the better working of the organization. For example in an organization, there is a development team so all the people with related & relevant skills will fall into the development group. ROLES Role of ...