summaryrefslogtreecommitdiffstats
path: root/roles/openshift_aws/files/describeinstances.json
blob: 40de497214c66e0035d90bdd3b92db9637cd17bf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
    "Version": "2012-10-17",
    "Statement": [
        {
            "Action": [
                "ec2:DescribeInstances"
            ],
            "Resource": [
                "*"
            ],
            "Effect": "Allow",
            "Sid": "Stmt1438195894000"
        }
    ]
}