Skip to main content

Posts

Showing posts with the label AWS

Identity and Access Management - AWS

Identity and Access Management is abbreviated as IAM, is a global eventually consistent service,          which securely manages, Accounts - The first entity that is created to provide access to the AWS resources. User - An entity that you create in AWS to represent the person or application that uses it to interact with AWS. The user created during the AWS account creation is called root user. Each IAM user is associated with one and only one AWS account, because users are defined within your AWS account. An IAM user with administrator permissions is not the same as the AWS account root user. One Physical User = One User Account AWS user credential types are classified into, AWS Management Console Access - Password Programmatic Access - Access Key AWS strongly recommends not to use root account for day to day tasks. User Groups - group of users, groups can contain only users and cannot contain another group. Users within the group will inherit the group p...