Skip to content

Instantly share code, notes, and snippets.

@joshuaspence
Created June 29, 2016 23:14
Show Gist options
  • Save joshuaspence/0904a6ce25f8830d9ae2eac8fc44fc7a to your computer and use it in GitHub Desktop.
Save joshuaspence/0904a6ce25f8830d9ae2eac8fc44fc7a to your computer and use it in GitHub Desktop.
Sample data
[
{
"pricing": {
"ap-south-1": {
"linux": {
"ondemand": "N/A"
}
},
"us-east-1": {
"linux": {
"ondemand": "0.061"
}
},
"sa-east-1": {
"linux": {
"ondemand": "0.058"
}
},
"ap-northeast-2": {
"linux": {
"ondemand": "0.058"
}
},
"ap-southeast-2": {
"linux": {
"ondemand": "0.058"
}
},
"us-west-2": {
"linux": {
"ondemand": "0.044"
}
},
"us-gov-west-1": {
"linux": {
"ondemand": "0.053"
}
},
"us-west-1": {
"linux": {
"ondemand": "0.047"
}
},
"eu-central-1": {
"linux": {
"ondemand": "N/A"
}
},
"eu-west-1": {
"linux": {
"ondemand": "0.047"
}
}
},
"instance_type": "m1.small"
},
{
"pricing": {
"ap-south-1": {
"linux": {
"ondemand": "N/A"
}
},
"us-east-1": {
"linux": {
"ondemand": "0.087"
}
},
"ap-northeast-1": {
"linux": {
"ondemand": "0.122"
}
},
"sa-east-1": {
"linux": {
"ondemand": "0.117"
}
},
"ap-northeast-2": {
"linux": {
"ondemand": "N/A"
}
},
"ap-southeast-1": {
"linux": {
"ondemand": "0.117"
}
},
"ap-southeast-2": {
"linux": {
"ondemand": "0.117"
}
},
"us-west-2": {
"linux": {
"ondemand": "0.087"
}
},
"us-gov-west-1": {
"linux": {
"ondemand": "0.106"
}
},
"us-west-1": {
"linux": {
"ondemand": "0.095"
}
},
"eu-central-1": {
"linux": {
"ondemand": "N/A"
}
},
"eu-west-1": {
"linux": {
"ondemand": "0.095"
}
}
},
"instance_type": "m1.medium"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment