Skip to content

Instantly share code, notes, and snippets.

@andreivmaksimov
Created January 19, 2018 21:22
Show Gist options
  • Save andreivmaksimov/aa1a5289424dd5712582e1e0402f32b1 to your computer and use it in GitHub Desktop.
Save andreivmaksimov/aa1a5289424dd5712582e1e0402f32b1 to your computer and use it in GitHub Desktop.
How to test your AWS CLI credentials
aws sts get-caller-identity
{
"Account": "000654207548",
"UserId": "AIDAJID6SZSGMUGC5T3YA",
"Arn": "arn:aws:iam::000654207548:user/k8s"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment