This repository has been archived by the owner on Jul 5, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 27
/
Copy pathatlantic-net.js
11 lines (10 loc) · 2.08 KB
/
atlantic-net.js
1
2
3
4
5
6
7
8
9
10
11
// Pricing data for atlantic.net
//
// Supplied 11/19/2013 by atlantic.net staff; see http://www.atlantic.net/cloud-hosting/cloud-server-pricing
serverChoices.push({"region":"N. America","hourlyCost":0.005,"location":"Eastern-USA","provider":"Atlantic.Net","ramMB":256.0,"networkMbps":3,"flashMB":0,"cores":1.0,"serverType":"256MB","reservationType":"hourly","termMonths":0.0,"diskMB":10000.0,"term":"Hour","upfrontCost":0.0});
serverChoices.push({"region":"N. America","hourlyCost":0.0068,"location":"Eastern-USA","provider":"Atlantic.Net","ramMB":512.0,"networkMbps":3,"flashMB":0,"cores":1.0,"serverType":"512MB","reservationType":"hourly","termMonths":0.0,"diskMB":20000.0,"term":"Hour","upfrontCost":0.0});
serverChoices.push({"region":"N. America","hourlyCost":0.0136,"location":"Eastern-USA","provider":"Atlantic.Net","ramMB":1024.0,"networkMbps":3,"flashMB":0,"cores":1.0,"serverType":"1GB","reservationType":"hourly","termMonths":0.0,"diskMB":80000.0,"term":"Hour","upfrontCost":0.0});
serverChoices.push({"region":"N. America","hourlyCost":0.0273,"location":"Eastern-USA","provider":"Atlantic.Net","ramMB":2048.0,"networkMbps":3,"flashMB":0,"cores":1.0,"serverType":"2GB","reservationType":"hourly","termMonths":0.0,"diskMB":160000.0,"term":"Hour","upfrontCost":0.0});
serverChoices.push({"region":"N. America","hourlyCost":0.0547,"location":"Eastern-USA","provider":"Atlantic.Net","ramMB":4096.0,"networkMbps":3,"flashMB":0,"cores":2.0,"serverType":"4GB","reservationType":"hourly","termMonths":0.0,"diskMB":320000.0,"term":"Hour","upfrontCost":0.0});
serverChoices.push({"region":"N. America","hourlyCost":0.1095,"location":"Eastern-USA","provider":"Atlantic.Net","ramMB":8192.0,"networkMbps":3,"flashMB":0,"cores":4.0,"serverType":"8GB","reservationType":"hourly","termMonths":0.0,"diskMB":500000.0,"term":"Hour","upfrontCost":0.0});
serverChoices.push({"region":"N. America","hourlyCost":0.2190,"location":"Eastern-USA","provider":"Atlantic.Net","ramMB":16384.0,"networkMbps":3,"flashMB":0,"cores":4.0,"serverType":"16GB","reservationType":"hourly","termMonths":0.0,"diskMB":750000.0,"term":"Hour","upfrontCost":0.0});