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