updated aws_account_summary.sh

pull/2/head
Hari Sekhon 3 years ago
parent 47959c04bd
commit a27e3c31cd

@ -51,7 +51,8 @@ usage_args=""
help_usage "$@"
export AWS_DEFAULT_OUTPUT=json
aws iam get-account-summary --output json |
aws iam get-account-summary |
jq -r '.SummaryMap | to_entries | map(.key + " = " + (.value | tostring)) | .[]' |
sort

Loading…
Cancel
Save