Skip to content

Instantly share code, notes, and snippets.

@johnbarney
johnbarney / selfmodify.json
Created April 28, 2020 05:41
AWS IAM Self Modify permissions
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": [
"iam:ListAccountAliases",
"iam:ListUsers",
"iam:GetAccountSummary"
],