IAM User is an entity, which will be accessing AWS resources. The entity can be a person or an application that needs fixed credentials to access AWS resources. The IAM user allows us to generate credentials to access the AWS Management Console or generate programmatic access credentials to access from AWS CLI or AWS SDK. The IAM User can have Groups or Policies attached to get the required AWS resource permissions.
Let's look at different ways to create AWS IAM Users.