initial import
[awsible] / roles / aws-infrastructure / files / management-policy.json
1 {
2 "Version": "2012-10-17",
3 "Statement": [
4 {
5 "Sid": "Stmt1474056153000",
6 "Effect": "Allow",
7 "Action": [
8 "autoscaling:*",
9 "ec2:*",
10 "elasticloadbalancing:*",
11 "iam:PassRole",
12 "iam:GetServerCertificate",
13 "sns:*",
14 "sqs:*"
15 ],
16 "Resource": [
17 "*"
18 ]
19 }
20 ]
21 }