Skip to content

Instantly share code, notes, and snippets.

@ckelner
Created August 26, 2013 01:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ckelner/6337438 to your computer and use it in GitHub Desktop.
Save ckelner/6337438 to your computer and use it in GitHub Desktop.
reserved instances Grid API examples
[
{
"availabilityZoneId": "us-east-1d",
"count": 5,
"currencyCode": "USD",
"forNetwork": true,
"hourlyCost": 0.092,
"machineType": "m1.xlarge",
"periodInDays": 1095,
"platform": "UNIX",
"purchasePrice": 2056.0,
"startDate": "2013-08-01T00:00:00Z"
},
{
"availabilityZoneId": "us-east-1c",
"count": 5,
"currencyCode": "USD",
"forNetwork": true,
"hourlyCost": 0.092,
"machineType": "m1.xlarge",
"periodInDays": 1095,
"platform": "UNIX",
"purchasePrice": 2056.0,
"startDate": "2013-08-01T00:00:00Z"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment