whoamiaws

From wikieduonline
(Redirected from Awswhoami)
Jump to navigation Jump to search

alias whoiamaws="aws iam get-user"


aws iam get-user
{
   "User": {
       "Path": "/",
       "UserName": "your-username",
       "UserId": "AIAFETEGKLLQNAFAG",
       "Arn": "arn:aws:iam::1234567890:user/your-username",
       "CreateDate": "2022-03-28T15:22:33+00:00"
   }
}

Errors[edit]

aws iam get-user
An error occurred (AccessDenied) when calling the GetUser operation: User: arn:aws:sts::0123456789:assumed- role/ROLE_NAME/YOURusername is not authorized to perform: iam:GetUser on resource:  user YOURusername
aws iam get-user
An error occurred (ValidationError) when calling the GetUser operation: Must specify userName when calling with non-User credentials
aws iam get-user --user-name your-non-existant-user
An error occurred (NoSuchEntity) when calling the GetUser operation: The user with name your-non-existant-user cannot be found. 

Related terms[edit]

See also[edit]

Advertising: