Skip to content

Instantly share code, notes, and snippets.

@eugenestarchenko
Created June 14, 2019 09:03
Show Gist options
  • Select an option

  • Save eugenestarchenko/82a6dc58a1d5e1d22bc57033eac18ac1 to your computer and use it in GitHub Desktop.

Select an option

Save eugenestarchenko/82a6dc58a1d5e1d22bc57033eac18ac1 to your computer and use it in GitHub Desktop.
Get IAM Credential Report
#!/bin/sh
aws iam generate-credential-report
aws iam get-credential-report --output text --query Content | base64 -D
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment