Hacker Newsnew | past | comments | ask | show | jobs | submitlogin
Amazon SQS Price Drops to $0.01 / 10,000 requests (amazonwebservices.com)
19 points by mattjaynes on March 4, 2008 | hide | past | favorite | 9 comments


Useful context: it used to be $0.10 / 1,000 -- so it's now 100x cheaper.


Sort of. It used to be $0.10 per 1000 messages. Now it's $0.01 per 10000 requests. Just how much cheaper this turns out to be depends on your ratio of messages to requests.


What do you use SQS for? I am having a hard time imagining how I would use it.


Real world example: Your job is to send out a few million messages somehow (SMS perhaps). You want to have 100 worker nodes sending out the messages. You populate your queue service with the messages you want to send, then the worker nodes ask the queue service for the next message to send until no more work remains.

Like most Amazon hosted services, they are providing a service so you don't have to host your own hardware and software. You can run your own queue service using RabbitMQ, JMS, or other distributed work queues.


I've been thinking you could make a cheap twitter clone rather easily.

Each active client that checks for short messages every 10 seconds will cost you about one cent per day if there are no messages.

If there are messages, it will cost you 18 cents per gigabyte. Assuming your messages average 128 bytes, every 500k or so messages will cost you another penny.

Of course, you'll probably need at least a few EC2 instances to move messages around between the queues. Not counting your development time, that would probably end up being the largest expense.


One scenario that comes to mind is: video conversion.


pararell batch processing springs to mind.

I have an idea for a broadcasting system that could use this and I am now tempted with the price drop.


If your are not using EC2, is the same price?


as far as i can tell, yes




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: