Skip to content
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.

Commit

Permalink
Merge pull request vantage-sh#21 from bdarfler/master
Browse files Browse the repository at this point in the history
Added hs1.8xlarge and fixed two errors
  • Loading branch information
powdahound committed Dec 30, 2012
2 parents 7cb6afa + 9df4ae5 commit 6ddba60
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions www/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ <h1>EC2Instances.info <small>Easy Amazon EC2 Instance Comparison</small></h1>
<td class="name">M1 Small</td>
<td class="memory"><span sort="1.7">1.70 GB</span></td>
<td class="computeunits"><span sort="1">1 (1 core x 1 unit)</span></td>
<td class="storage"><span sort="60">60 GB</span></td>
<td class="storage"><span sort="160">160 GB</span></td>
<td class="architecture">32/64-bit</td>
<td class="ioperf"><span sort="1">Moderate</span></td>
<td class="maxips">8</td>
Expand Down Expand Up @@ -243,7 +243,7 @@ <h1>EC2Instances.info <small>Easy Amazon EC2 Instance Comparison</small></h1>
<tr>
<td class="name">High I/O Quadruple Extra Large</td>
<td class="memory"><span sort="60.5">60.50 GB</span></td>
<td class="computeunits"><span sort="35">35 (2xIntel <abbr title="Quad-core Nehalem architecture">Xeon X5570</abbr>)</span></td>
<td class="computeunits"><span sort="35">35 (8 cores + 8 hyperthreads)</span></td>
<td class="storage"><span sort="2048">2048 GB (2x1024 GB SSD)</span></td>
<td class="architecture">64-bit</td>
<td class="ioperf"><span sort="4"><abbr title="10 Gigabit Ethernet">Very High</abbr></sort></td>
Expand All @@ -252,6 +252,18 @@ <h1>EC2Instances.info <small>Easy Amazon EC2 Instance Comparison</small></h1>
<td class="cost" hour_cost="3.10">$3.10 per hour</td>
<td class="cost" hour_cost="3.58">$3.58 per hour</td>
</tr>
<tr>
<td class="name">High Storage Eight Extra Large</td>
<td class="memory"><span sort="117.00">117.00 GB</span></td>
<td class="computeunits"><span sort="35">35 (8 cores + 8 hyperthreads)</span></td>
<td class="storage"><span sort="49152">48 TB (24x2 TB)</span></td>
<td class="architecture">64-bit</td>
<td class="ioperf"><span sort="4"><abbr title="10 Gigabit Ethernet">Very High</abbr></sort></td>
<td class="maxips">1</td>
<td class="apiname">hs1.8xlarge</td>
<td class="cost" hour_cost="4.600">$4.600 per hour</td>
<td class="cost" hour_cost="4.931">$4.931 per hour</td>
</tr>
</tbody>
</table>

Expand Down

0 comments on commit 6ddba60

Please sign in to comment.