rename management infrastructure role
[awsible] / roles / aws-infrastructure / files / base-policy.json
diff --git a/roles/aws-infrastructure/files/base-policy.json b/roles/aws-infrastructure/files/base-policy.json
deleted file mode 100644 (file)
index 4b193ad..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-{
-       "Version": "2012-10-17",
-       "Statement": [
-               {
-                       "Sid": "Stmt1405357963000",
-                       "Effect": "Allow",
-                       "Action": [
-                               "autoscaling:Describe*",
-                               "cloudwatch:ListMetrics",
-                               "cloudwatch:GetMetricStatistics",
-                               "cloudwatch:Describe*",
-                               "ec2:CreateTags",
-                               "ec2:DeleteTags",
-                               "ec2:Describe*",
-                               "elasticloadbalancing:Describe*",
-                               "logs:DescribeLogStreams",
-                               "logs:PutLogEvents"
-                       ],
-                       "Resource": [
-                               "*"
-                       ]
-               }
-       ]
-}