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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Amazon ElastiCache Serverless for Redis and Memcached is now available

11 点作者 yoelo超过 1 年前

2 条评论

Hamuko超过 1 年前
This seems like a bad offering.<p>If you have the need to store 200 MB in Redis, you&#x27;re charged $0.125 &#x2F; GB-hour for that data, and the minimum metered data storage is 1 GB. So that&#x27;s $3 per day or about $90 for any amount of data stored between 0 GB and 1 GB. And then you need to pay for compute on top of that. Alternative, you could get a whole cache.t4g.micro instance with 0.5 GB of memory for less than $12 per month.<p>Same for larger amounts of data. 10 GB of data storage (without any compute) would be $900 vs. a whole cache.m7g.2xlarge with 26.04 GB of memory is around $450 per month. Even accounting for replica instance, the only benefit you seem to be getting from the price premium is the scaling. And those 2xlarge instances probably still have plenty of headroom.<p>And for a &quot;serverless&quot; product, you can&#x27;t really use it for infrequent usage either because of that crazy minimum storage metering. Imagine if your Lambda functions charged you $90 per month for just existing. &quot;Pay-for-use billing model&quot; where &quot;you only pay for the data you store&quot;, and then some if you don&#x27;t store enough.
Dunedan超过 1 年前
Pricing looks fine until you read the fine print [1]:<p>&gt; Minimum metered Data Storage: 1 GB per cache<p>That means each cache costs least $90&#x2F;month.<p>[1]: <a href="https:&#x2F;&#x2F;aws.amazon.com&#x2F;elasticache&#x2F;pricing&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;aws.amazon.com&#x2F;elasticache&#x2F;pricing&#x2F;</a>