881

LESSWRONG
LW

880
Software ToolsPractical
Personal Blog

7

AWS Has Raised Prices Before

by jefftk
3rd Apr 2023
jefftk
1 min read
3

7

7

AWS Has Raised Prices Before
8Dagon
2jefftk
3Pat Myron
New Comment
3 comments, sorted by
top scoring
Click to highlight new comments since: Today at 5:32 AM
[-]Dagon2y80

AWS IOT service similarly changed pricing dimensions in a way that was overall cheaper for most, but much more expensive for some use cases, basically unbundling connections, messages, and transformation/routing.

“Never” is an exaggeration, though closer to literal truth for AWS than any other good or service I know of over that scale and timeframe.

My guess (no insider knowledge beyond the general attitude) is that price changes in the next few years will be a tightening of discounts and credits, rather than a top-line list price increase.

Reply
[-]jefftk2y20

AWS IOT service similarly changed pricing dimensions in a way that was overall cheaper for most, but much more expensive for some use cases, basically unbundling connections, messages, and transformation/routing.

Thanks for pointing me to this! More info: https://aws.amazon.com/blogs/aws/aws-iot-update-better-value-with-new-pricing-model/

This being in 2017 is also a lot more relevant for modern Amazon than something from 2007.

Reply
[-]Pat Myron2y30

https://github.com/SummitRoute/aws_breaking_changes/blob/main/archive.md

Reply
Moderation Log
More from jefftk
View more
Curated and popular this week
3Comments
Software ToolsPractical
Personal Blog

There's some speculation around whether AWS will need to raise their prices, as many tech companies announce inflation-driven increases. One consideration that people will sometimes give is that AWS has never raised prices before, except that this isn't quite true. The following is not actually important, but I want to write it up anyway out of pedantry.

When AWS S3 launched in March 2006 their initial pricing was:

Storage
$0.15 per GB-Month of storage used

Data Transfer
$0.20 per GB - data uploaded $0.20 per GB - data downloaded

In June 2007 they switched to:

Storage
$0.15 per GB-Month of storage used

Data Transfer
$0.10 per GB - all data uploaded
$0.18 per GB - first 10 TB / month data downloaded
$0.16 per GB - next 40 TB / month data downloaded
$0.13 per GB - data downloaded / month over 50 TB

Data transferred between Amazon S3 and Amazon EC2 is free of charge

Requests
$0.01 per 1,000 PUT or LIST requests
$0.01 per 10,000 GET and all other requests*
* No charge for delete requests

They went from requests being free to a low per-request charge, lowering the data transfer cost at the same time. For very request-heavy workloads this was a price increase on balance, and some customers needed to make implementation changes to avoid sending so many requests.

That this was, as far as I know, the only time they've raised prices in 15+ years is impressive, and speaks well of their commitment to predictability. But it just annoys me when people claim they've never done it.

Comment via: facebook, mastodon