initial import
[awsible] / roles / aws-infrastructure / files / base-policy.json
1 {
2 "Version": "2012-10-17",
3 "Statement": [
4 {
5 "Sid": "Stmt1405357963000",
6 "Effect": "Allow",
7 "Action": [
8 "autoscaling:Describe*",
9 "cloudwatch:ListMetrics",
10 "cloudwatch:GetMetricStatistics",
11 "cloudwatch:Describe*",
12 "ec2:CreateTags",
13 "ec2:DeleteTags",
14 "ec2:Describe*",
15 "elasticloadbalancing:Describe*",
16 "logs:DescribeLogStreams",
17 "logs:PutLogEvents"
18 ],
19 "Resource": [
20 "*"
21 ]
22 }
23 ]
24 }