Skip to content

Instantly share code, notes, and snippets.

@evanshortiss
Last active May 7, 2021 19:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save evanshortiss/1e343b6833efb8d204f9564c248b389a to your computer and use it in GitHub Desktop.
Save evanshortiss/1e343b6833efb8d204f9564c248b389a to your computer and use it in GitHub Desktop.
Uber liberal AWS IAM Policy...DANGER ZONE
{
"Version": "2012-10-17",
"Statement": [
{
"Action": "*",
"Resource": "*",
"Effect": "Allow"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment