X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=roles%2Faws-infrastructure%2Ffiles%2Fmanagement-policy.json;fp=roles%2Faws-infrastructure%2Ffiles%2Fmanagement-policy.json;h=783ef44c3bdd6321c9fcac43abf74dab5c3908e4;hb=164fb4ac7aebf84ca89433aeee8d16771fb8b7da;hp=0000000000000000000000000000000000000000;hpb=eff6951aff36874ec094e80849ee3095800b7e76;p=awsible diff --git a/roles/aws-infrastructure/files/management-policy.json b/roles/aws-infrastructure/files/management-policy.json new file mode 100644 index 0000000..783ef44 --- /dev/null +++ b/roles/aws-infrastructure/files/management-policy.json @@ -0,0 +1,21 @@ +{ + "Version": "2012-10-17", + "Statement": [ + { + "Sid": "Stmt1474056153000", + "Effect": "Allow", + "Action": [ + "autoscaling:*", + "ec2:*", + "elasticloadbalancing:*", + "iam:PassRole", + "iam:GetServerCertificate", + "sns:*", + "sqs:*" + ], + "Resource": [ + "*" + ] + } + ] +}