AWS vs Azure vs Google vs IBM vs Oracle - VMs Q4 2024 - Block Bandwidth

Go back to list


{ "configuration": { "chart": { "type": "bar", "polar": false, "zoomType": "", "options3d": {}, "height": 600, "width": null, "margin": null, "inverted": false, "zooming": {} }, "credits": { "enabled": false }, "title": { "text": "" }, "colorAxis": null, "subtitle": { "text": "" }, "xAxis": { "title": { "text": [ "" ], "useHTML": false, "style": { "color": "#666666" } }, "categories": [ "provider__name", "flavor__name" ], "lineWidth": 1, "tickInterval": null, "tickWidth": 0, "tickLength": 10, "tickPixelInterval": null, "plotLines": null, "labels": { "enabled": false, "format": null, "formatter": "", "style": { "color": "#666666", "cursor": "default", "fontSize": "11px" }, "useHTML": false, "step": 0 }, "plotBands": null, "visible": true, "floor": null, "ceiling": null, "type": "linear", "min": null, "gridLineWidth": null, "gridLineColor": null, "minorTickInterval": null, "minorTickWidth": 0, "minTickInterval": null, "startOnTick": true, "endOnTick": null, "tickmarkPlacement": null, "units": null, "minRange": null }, "yAxis": { "title": { "text": [ "Price/Performance score<br>Higher is better" ], "useHTML": false, "style": { "color": "#666666" } }, "categories": [ "readwrite" ], "plotLines": null, "plotBands": null, "lineWidth": null, "tickInterval": 500, "tickLength": 10, "floor": null, "ceiling": null, "gridLineInterpolation": null, "gridLineWidth": 1, "gridLineColor": "#CCC", "min": null, "max": null, "minorTickInterval": 500, "minorTickWidth": 0, "minTickInterval": null, "startOnTick": true, "endOnTick": null, "minRange": null, "type": "linear", "tickmarkPlacement": null, "labels": { "enabled": true, "formatter": null, "style": { "color": "#666666", "cursor": "default", "fontSize": "11px" }, "useHTML": false } }, "zAxis": { "title": { "text": "Price/Performance score<br>Higher is better" } }, "plotOptions": { "series": { "dataLabels": { "enabled": true, "format": "{series.name}", "distance": 30, "align": "left", "inside": true, "allowOverlap": false, "style": { "fontSize": "17px" } }, "showInLegend": null, "turboThreshold": 1000, "stacking": "", "groupPadding": 0, "centerInCategory": false, "findNearestPointBy": "x" } }, "navigator": { "enabled": false }, "scrollbar": { "enabled": false }, "rangeSelector": { "enabled": false, "inputEnabled": false }, "legend": { "enabled": true, "maxHeight": null, "align": "center", "verticalAlign": "bottom", "layout": "horizontal", "width": null, "margin": 12, "reversed": false }, "series": [ { "name": "Amazon Web Services m7g.2xlarge GP3 16000 IOPS", "data": [ { "x": 0, "y": 490.56077197472354, "perf": [ 65679.75, 65605.55555555556 ], "price": 0.5500136986300932, "size": 400, "flavor_price": 0.391, "volume_price": 0.15901369863009315, "storage_price": 0.052164383561600004, "iops_price": 0.10684931506849316, "bw_price": 0.0, "currency": "USD" } ], "color": "#222222", "grouping": false }, { "name": "Google Cloud n2d-standard-8 AMD Rome Balanced Persistent Disk", "data": [ { "x": 1, "y": 161.09850386771691, "perf": [ 22249.176470588234, 22123.933333333334 ], "price": 0.5665068493152, "size": 400, "flavor_price": 0.435, "volume_price": 0.13150684931520001, "storage_price": 0.13150684931520001, "iops_price": 0.0, "bw_price": 0.0, "currency": "USD" } ], "color": "#222222", "grouping": false }, { "name": "Google Cloud n2d-standard-8 AMD Rome SSD Persistent Disk", "data": [ { "x": 2, "y": 463.4919071446253, "perf": [ 61718.95, 61564.89473684211 ], "price": 0.546780821918, "size": 400, "flavor_price": 0.435, "volume_price": 0.111780821918, "storage_price": 0.111780821918, "iops_price": 0.0, "bw_price": 0.0, "currency": "USD" } ], "color": "#222222", "grouping": false }, { "name": "IBM Cloud bx2-8x32 General Purpose", "data": [ { "x": 3, "y": 91.24866336151007, "perf": [ 12397.875, 3364.5 ], "price": 0.4227534246576, "size": 400, "flavor_price": 0.357, "volume_price": 0.06575342465760001, "storage_price": 0.06575342465760001, "iops_price": 0.0, "bw_price": 0.0, "currency": "USD" } ], "color": "#222222", "grouping": false }, { "name": "Microsoft Azure Standard_D8s_v5 No cache Premium LRS", "data": [ { "x": 4, "y": 87.03954927087936, "perf": [ 13178.9, 13036.3 ], "price": 0.62, "size": 400, "flavor_price": 0.46, "volume_price": 0.16, "storage_price": 0.16, "iops_price": 0.0, "bw_price": 0.0, "currency": "USD" } ], "color": "#222222", "grouping": false }, { "name": "Oracle Cloud VM.Standard.E5.Flex.4-32 Balanced 10", "data": [ { "x": 5, "y": 1943.7120756468387, "perf": [ 98216.1, 97690.77777777778 ], "price": 0.207288, "size": 400, "flavor_price": 0.184, "volume_price": 0.023288, "storage_price": 0.023288, "iops_price": 0.0, "bw_price": 0.0, "currency": "USD" } ], "color": "#222222", "grouping": false } ], "drilldown": {}, "tooltip": { "enabled": true, "useHTML": true, "format": null, "headerFormat": "", "pointFormat": "\n <span style=\"color:{series.color}\">{series.name} {point.name}</span>\n <table><tbody>\n <tr><th>Price/Perf:</th><td>{point.y:.2f}</td></tr>\n <tr><td colspan=\"2\"><hr></td></tr>\n <tr><th>Performance:</th><td>Read {point.perf.0:.2f} / Write {point.perf.1:.2f}</td></tr>\n <tr><th>Volume size:</th><td>{point.size} GB</td></tr>\n <tr><td colspan=\"2\"><hr></td></tr>\n <tr><th colspan=2\">Pricing:</th></tr>\n <tr><th>Storage</th><td>{point.storage_price:.4f} USD / hr</td></tr>\n <tr><th>IOPS</th><td>{point.iops_price:.4f} USD / hr</td></tr>\n <tr><th>Bandwidth</th><td>{point.bw_price:.4f} USD / hr</td></tr>\n <tr><th>Total volume</th><td>{point.volume_price:.2f} USD / hr</td></tr>\n <tr><th>Flavor</th><td>{point.flavor_price:.2f} USD / hr</td></tr>\n <tr><th>Total</th><td>{point.price:.2f} USD / hr</td></tr>\n </tbody></table>\n ", "footerFormat": "", "shared": false, "outside": false, "valueDecimals": null, "split": false }, "annotations": null }, "hc_type": "chart", "id": "300502532036860151319368226335251878027" }

Price date: 2025-08-01