Skip to content

Instantly share code, notes, and snippets.

@dwalleck
Created August 27, 2013 02:39
Show Gist options
  • Save dwalleck/6349081 to your computer and use it in GitHub Desktop.
Save dwalleck/6349081 to your computer and use it in GitHub Desktop.
{
"limits" : {
"rate" : [
{
"regex" : "/v[^/]/(\d+)/?.*",
"uri" : "*",
"limit" : [
{
"next-available" : "2013-08-20T17:10:28.995Z",
"unit" : "MINUTE",
"remaining" : 1999,
"value" : 2000,
"verb" : "GET"
},
{
"next-available" : "2013-08-20T17:10:03.071Z",
"unit" : "MINUTE",
"remaining" : 200,
"value" : 200,
"verb" : "POST"
}
]
}
],
"absolute" : {
"maxServerMeta" : 40,
"maxPersonality" : 5,
"totalPrivateNetworksUsed" : 0,
"maxImageMeta" : 40,
"maxPersonalitySize" : 1000,
"maxSecurityGroupRules" : 20,
"maxTotalKeypairs" : 100,
"totalCoresUsed" : 9,
"totalRAMUsed" : 31232,
"totalInstancesUsed" : 2,
"maxSecurityGroups" : 10,
"totalFloatingIpsUsed" : 0,
"maxTotalCores" : -1,
"totalSecurityGroupsUsed" : 0,
"maxTotalPrivateNetworks" : 6,
"maxTotalFloatingIps" : 5,
"maxTotalInstances" : 100,
"maxTotalRAMSize" : 650000
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment