AWS IAM - User enrichment

Enrich AWS IAM user information from AWS Identity and Access Management. - List user access keys - Get user information

AWS - IAM · 4 tasks · 1 input · 10 outputs

Inputs

  • username — Name of the AWS IAM user to enrich.

Outputs

  • AWS.IAM.Users.UserName — The friendly name identifying the user.
  • AWS.IAM.Users.UserId — The stable and unique string identifying the user.
  • AWS.IAM.Users.Arn — The Amazon Resource Name (ARN) that identifies the user.
  • AWS.IAM.Users.CreateDate — The date and time when the user was created.
  • AWS.IAM.Users.Path — The path to the user.
  • AWS.IAM.Users.PasswordLastUsed — The date and time, when the user's password was last used to sign in to an AWS website.
  • AWS.IAM.Users.AccessKeys.AccessKeyId — The ID for this access key.
  • AWS.IAM.Users.AccessKeys.Status — The status of the access key. Active means the key is valid for API calls; Inactive means it is not.
  • AWS.IAM.Users.AccessKeys.CreateDate — The date when the access key was created.
  • AWS.IAM.Users.AccessKeys.UserName — The name of the IAM user that the key is associated with.

Commands used

aws-iam-get-user aws-iam-list-access-keys-for-user

Flowchart

Start Start AWS IAM - Get user information - aws-iam-get-user AWS IAM - Get user inform... aws-iam-get-user AWS IAM - List user access keys - aws-iam-list-access-keys-for-user AWS IAM - List user acce... aws-iam-list-access-keys-for-... Done Done