Skip to content

Instantly share code, notes, and snippets.

@nicolaslopezj
Last active December 26, 2018 14:04
Show Gist options
  • Save nicolaslopezj/97503a02e96cc72dbe1e7f57e68cc4bf to your computer and use it in GitHub Desktop.
Save nicolaslopezj/97503a02e96cc72dbe1e7f57e68cc4bf to your computer and use it in GitHub Desktop.
Waves permissions
{
"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