X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=roles%2Faws-infrastructure%2Ffiles%2Fbase-policy.json;fp=roles%2Faws-infrastructure%2Ffiles%2Fbase-policy.json;h=0000000000000000000000000000000000000000;hb=149ba4e7b5bb11ae7ae286c64c597a591bf191c5;hp=4b193adfa0bb6f87468b3ee9ce10d493b0285b41;hpb=93faadc586acb82d42c7af9ea12951074c33dd87;p=awsible diff --git a/roles/aws-infrastructure/files/base-policy.json b/roles/aws-infrastructure/files/base-policy.json deleted file mode 100644 index 4b193ad..0000000 --- a/roles/aws-infrastructure/files/base-policy.json +++ /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": [ - "*" - ] - } - ] -}