This file is indexed.

/usr/share/pyshared/libcloud/data/pricing.json is in python-libcloud 0.5.0-1.1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
{
    "bluebox": {
       "1gb": 0.15,
       "2gb": 0.25,
       "4gb": 0.35,
       "8gb": 0.45
    },

    "rackspace": {
        "1": 0.015,
        "2": 0.030,
        "3": 0.060,
        "4": 0.120,
        "5": 0.240,
        "6": 0.480,
        "7": 0.960
    },

    "dreamhost": {
        "minimum": 15,
        "maximum": 200,
        "default": 115,
        "low": 50,
        "high": 150
    },

    "ec2_us_east": {
        "t1.micro": 0.02,
        "m1.small": 0.085,
        "m1.large": 0.34,
        "m1.xlarge": 0.68,
        "c1.medium": 0.17,
        "c1.xlarge": 0.68,
        "m2.xlarge": 0.50,
        "m2.2xlarge": 1.0,
        "m2.4xlarge": 2.0,
        "cg1.4xlarge": 2.1,
        "cc1.4xlarge": 1.6
    },

    "ec2_us_west": {
        "t1.micro": 0.025,
        "m1.small": 0.095,
        "m1.large": 0.38,
        "m1.xlarge": 0.76,
        "c1.medium": 0.19,
        "c1.xlarge": 0.76,
        "m2.xlarge": 0.57,
        "m2.2xlarge": 1.14,
        "m2.4xlarge": 2.28
    },

   "ec2_eu_west": {
        "t1.micro": 0.025,
        "m1.small": 0.095,
        "m1.large": 0.38,
        "m1.xlarge": 0.76,
        "c1.medium": 0.19,
        "c1.xlarge": 0.76,
        "m2.xlarge": 0.57,
        "m2.2xlarge": 1.14,
        "m2.4xlarge": 2.28
    },

   "ec2_ap_southeast": {
        "t1.micro": 0.025,
        "m1.small": 0.095,
        "m1.large": 0.38,
        "m1.xlarge": 0.76,
        "c1.medium": 0.19,
        "c1.xlarge": 0.76,
        "m2.xlarge": 0.57,
        "m2.2xlarge": 1.14,
        "m2.4xlarge": 2.28
    },

   "ec2_ap_northeast": {
        "t1.micro": 0.027,
        "m1.small": 0.10,
        "m1.large": 0.40,
        "m1.xlarge": 0.80,
        "c1.medium": 0.20,
        "c1.xlarge": 0.80,
        "m2.xlarge": 0.60,
        "m2.2xlarge": 1.20,
        "m2.4xlarge": 2.39
    },

    "nimbus" : {
        "m1.small": 0.0,
        "m1.large": 0.0,
        "m1.xlarge": 0.0
    },

    "cloudsigma_zrh": {
        "micro-regular": 0.0548,
        "micro-high-cpu": 0.381,
        "standard-small": 0.0796,
        "standard-large": 0.381,
        "standard-extra-large": 0.762,
        "high-memory-extra-large": 0.642,
        "high-memory-double-extra-large": 1.383,
        "high-cpu-medium": 0.211,
        "high-cpu-extra-large": 0.780
    },

    "elastichosts": {
       "small": 0.100,
       "medium": 0.223,
       "large": 0.378,
       "extra-large": 0.579,
       "high-cpu-medium": 0.180,
       "high-cpu-extra-large": 0.770
    },

    "gogrid": {
        "512MB": 0.095,
        "1GB": 0.19,
        "2GB": 0.38,
        "4GB": 0.76,
        "8GB": 1.52,
        "16GB": 3.04
    },

    "gandi": {
        "1": 0.02
    },

    "vps_net": {
        "1": 0.416
    }
}