TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

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

14 点作者 jacobscott将近 11 年前
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 条评论

renaudg将近 11 年前
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.
nnx将近 11 年前
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>
exidy将近 11 年前
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 未加载
albanr将近 11 年前
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>