summaryrefslogtreecommitdiffstats
path: root/roles/openshift_aws/files/describeinstances.json
diff options
context:
space:
mode:
Diffstat (limited to 'roles/openshift_aws/files/describeinstances.json')
-rw-r--r--roles/openshift_aws/files/describeinstances.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/roles/openshift_aws/files/describeinstances.json b/roles/openshift_aws/files/describeinstances.json
new file mode 100644
index 000000000..40de49721
--- /dev/null
+++ b/roles/openshift_aws/files/describeinstances.json
@@ -0,0 +1,15 @@
+{
+ "Version": "2012-10-17",
+ "Statement": [
+ {
+ "Action": [
+ "ec2:DescribeInstances"
+ ],
+ "Resource": [
+ "*"
+ ],
+ "Effect": "Allow",
+ "Sid": "Stmt1438195894000"
+ }
+ ]
+}