TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

New EBS (AWS) volume type: General Purpose (SSD)

14 pointsby jacobscottalmost 11 years ago
It looks like Amazon has released a third EBS volume type, and renamed &quot;Standard&quot; volumes to &quot;Magnetic&quot;. General Purpose is currently the default type when launching &quot;Create Volume&quot; in the EC2 Web UI (https:&#x2F;&#x2F;console.aws.amazon.com&#x2F;ec2&#x2F;v2&#x2F;home), which provides the following documentation:<p>&quot;General Purpose (SSD) volumes provide the ability to burst to 3,000 IOPS per volume, independent of volume size, to meet the performance needs of most applications and also deliver a consistent baseline of 3 IOPS&#x2F;GiB. Provisioned IOPS (SSD) volumes can deliver up to 4000 IOPS and are best for EBS-optimized instances. Magnetic volumes, previously called &#x27;standard volumes&#x27;, deliver approximately 100 IOPS on average, with a best effort ability to burst to hundreds of IOPS.&quot;<p>The EBS Pricing page (http:&#x2F;&#x2F;aws.amazon.com&#x2F;ebs&#x2F;pricing&#x2F;) currently makes no mention of General Purpose (SSD) volumes.

4 comments

renaudgalmost 11 years ago
Is it supposed to be all smooth sailing launching gp2 instances from standard snapshots and vice versa ?<p>It may be just me but I&#x27;ve had really weird and serious new errors today in us-east-1 launching new instances, or even starting previously stopped ones with no changes to the instance whatsoever ! General slowness, &quot;reachability&quot; health check failing, with the system log showing that the kernel couldn&#x27;t be uncompressed, maybe because the bootloader couldn&#x27;t find the root device in the first place ? I&#x27;m not using custom kernels at all.<p>The timing is too strange for it to be a coincidence, but nothing on the AWS status page.
nnxalmost 11 years ago
Official announcement just been released.<p><a href="http://aws.amazon.com/blogs/aws/new-ssd-backed-elastic-block-storage/" rel="nofollow">http:&#x2F;&#x2F;aws.amazon.com&#x2F;blogs&#x2F;aws&#x2F;new-ssd-backed-elastic-block...</a>
exidyalmost 11 years ago
Interesting. I can create a gp2 volume through the console, but not through CloudFormation.<p><pre><code> UPDATE_FAILED - gp2 is invalid. Valid volume types are standard and io1.</code></pre>
评论 #7912500 未加载
评论 #7905069 未加载
albanralmost 11 years ago
It&#x27;ll be interesting to see how much CloudCorset will be able to impact&#x2F;improve performance by reducing the number of IOPS that goes to the EBS storage backend. <a href="http://www.cloudcorset.com/?ref=Tie98" rel="nofollow">http:&#x2F;&#x2F;www.cloudcorset.com&#x2F;?ref=Tie98</a>