Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added hs1.8xlarge and fixed two errors #21

Merged
merged 1 commit into from
Dec 30, 2012
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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