Skip to content

Instantly share code, notes, and snippets.

@bastman
Last active July 22, 2016 07:27
Show Gist options
  • Save bastman/27d27458d6a972e81afa4168b88bb22c to your computer and use it in GitHub Desktop.
Save bastman/27d27458d6a972e81afa4168b88bb22c to your computer and use it in GitHub Desktop.

policies required:

{ "Version": "2012-10-17", "Statement": [ { "Sid": "Stmt1469172280000", "Effect": "Allow", "Action": [ "cloudformation:" ], "Resource": [ "" ] }, { "Sid": "Stmt1469172310000", "Effect": "Allow", "Action": [ "lambda:" ], "Resource": [ "" ] }, { "Sid": "Stmt1469171339000", "Effect": "Allow", "Action": [ "iam:GetRole", "iam:CreateRole", "iam:PutRolePolicy", "iam:DeleteRolePolicy", "iam:PassRole" ], "Resource": [ "*" ] } ] }

OR try with ...

PowerUser and some iam stuff ...

{ "Version": "2012-10-17", "Statement": [ { "Sid": "Stmt1469171339000", "Effect": "Allow", "Action": [ "iam:GetRole", "iam:CreateRole", "iam:PutRolePolicy", "iam:DeleteRolePolicy" ], "Resource": [ "*" ] } ] }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment