Hacker News new | ask | show | jobs
by psadauskas 3645 days ago
I agree, the AWS free tier is incredible for getting a project off the ground. For a side project of mine, I'm spending a little over $10/mo on AWS:

- 2x 1GB instances (one free, one $10/mo)

- Free ELB to load-balance between them

- Free 1GB Postgres RDS

Then I spend less than a buck or two a month when I spin up a c4.large for a few minutes to compile a new AMI periodically. This would all cost at least 3-4x on something like Linode or Digital Ocean.

1 comments

And when the year is over, you'll be paying +$50/mo for your setup instead of $5.
Well, $30/mo. As opposed to the $40 I'd be paying DO for the same setup, except I had to do the load balancer and database myself.