Last active
December 26, 2018 14:04
-
-
Save nicolaslopezj/97503a02e96cc72dbe1e7f57e68cc4bf to your computer and use it in GitHub Desktop.
Waves permissions
This file contains 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
{ | |
"Version": "2012-10-17", | |
"Statement": [{ | |
"Effect": "Allow", | |
"Action": [ | |
"acm:*", | |
"acm-pca:*", | |
"cloudfront:*", | |
"elasticbeanstalk:*", | |
"ec2:*", | |
"ecs:*", | |
"ecr:*", | |
"elasticloadbalancing:*", | |
"autoscaling:*", | |
"cloudwatch:*", | |
"s3:*", | |
"sns:*", | |
"cloudformation:*", | |
"dynamodb:*", | |
"rds:*", | |
"sqs:*", | |
"logs:*", | |
"iam:AddRoleToInstanceProfile", | |
"iam:CreateInstanceProfile", | |
"iam:CreateRole", | |
"iam:CreateServiceLinkedRole", | |
"iam:AttachRolePolicy", | |
"iam:GetPolicyVersion", | |
"iam:GetRole", | |
"iam:PassRole", | |
"iam:ListRolePolicies", | |
"iam:ListAttachedRolePolicies", | |
"iam:ListInstanceProfiles", | |
"iam:ListRoles", | |
"iam:ListServerCertificates", | |
"acm:DescribeCertificate", | |
"acm:ListCertificates", | |
"codebuild:CreateProject", | |
"codebuild:DeleteProject", | |
"codebuild:BatchGetBuilds", | |
"codebuild:StartBuild", | |
"waf:ListWebACLs", | |
"waf:GetWebACL" | |
], | |
"Resource": "*" | |
}] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment