rename management infrastructure role
[awsible] / roles / aws-infrastructure / files / management-policy.json
diff --git a/roles/aws-infrastructure/files/management-policy.json b/roles/aws-infrastructure/files/management-policy.json
deleted file mode 100644 (file)
index 783ef44..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-{
-       "Version": "2012-10-17",
-       "Statement": [
-               {
-                       "Sid": "Stmt1474056153000",
-                       "Effect": "Allow",
-                       "Action": [
-                               "autoscaling:*",
-                               "ec2:*",
-                               "elasticloadbalancing:*",
-                               "iam:PassRole",
-                               "iam:GetServerCertificate",
-                               "sns:*",
-                               "sqs:*"
-                       ],
-                       "Resource": [
-                               "*"
-                       ]
-               }
-       ]
-}