Skip to content

Instantly share code, notes, and snippets.

@amcginlay
Created July 27, 2020 17:10
Show Gist options
  • Save amcginlay/e59854bb4a27576bc2683deb430db583 to your computer and use it in GitHub Desktop.
Save amcginlay/e59854bb4a27576bc2683deb430db583 to your computer and use it in GitHub Desktop.
#!/bin/bash
aws iam list-policies --scope Local --query "Policies[?AttachmentCount == \`0\`].[PolicyName]" --output text
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment