Created
March 28, 2023 21:38
-
-
Save jpancoast/7d5670e8fa5e34ef0f2a995e7cc2d828 to your computer and use it in GitHub Desktop.
Get a json document of all the possible AWS IAM actions
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# | |
# Code basically from here: | |
# https://stackoverflow.com/a/70126555/1299336 | |
# | |
curl --silent --compressed 'https://awspolicygen.s3.amazonaws.com/js/policies.js' | cut -d= -f2 | jq |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment