Skip to content

Instantly share code, notes, and snippets.

@chrisking
Last active January 3, 2019 21:56
Show Gist options
  • Select an option

  • Save chrisking/ca3f1cc41cb24bcac72381a87c744138 to your computer and use it in GitHub Desktop.

Select an option

Save chrisking/ca3f1cc41cb24bcac72381a87c744138 to your computer and use it in GitHub Desktop.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "VisualEditor0",
"Effect": "Allow",
"Action": [
"forecast:*",
"s3:*",
"iam:GetRole",
"iam:GetUser",
"iam:ListRoles",
"iam:ListUsers",
"iam:ListGroups",
"iam:CreateRole",
"iam:PassRole",
"iam:PutRolePolicy",
"iam:PutUserPolicy",
"iam:UpdateAssumeRolePolicy",
"kms:List*",
"kms:Get*",
"kms:Describe*",
"kms:Create*"
],
"Resource": "*"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment