Live data from Hacker News

I took all my projects off the cloud, saving thousands of dollars

rameerez.com

91–100 of 406 posts

Re: I took all my projects off the cloud, saving thousands of dollars

#91

I'm fully aware this is pedantic, but you can't save 10x. You can pay 1/10. You can save 90%. Your previous costs could have been 10x your current costs. But 10x is more by definition, not less. You can't save it.

Consider it as getting 10x the resources for the same price - that is, the resource-to-price ratio is 10x. Except you don't need 10x the resources so you choose to get 1x the resources for 0.1x the price instead.

Re: I took all my projects off the cloud, saving thousands of dollars

#92
post #53

Help convince me I should be confident taking responsibility for: * off-site db backups * a guaranteed db restore process * auditable access to servers * log persistence and integrity * timely security patching * intrusion detection so that my employer can save money.

How many URLs of Google et al failing to provide per instance security (leaking your files etc) to other users would you like to see?

At least one?

Re: I took all my projects off the cloud, saving thousands of dollars

#93

Cheap shot maybe, but the fact that the page takes 10 seconds to load when it hits the HN front page is a great, inadvertant illustration of why you might want to use the cloud sometimes.

Took under a second. What part of the world are you located in?

Re: I took all my projects off the cloud, saving thousands of dollars

#94
post #54
post #35

I'd be more interested to understand (from folk who were there) what the conditions were that made AWS et al such a runaway hit. What did folks gain, and have those conditions meaningfully changed in some way that makes it less of a slam dunk? My recollection from working at a tech company in the early 2010s is that renting rack space and building servers was expensive and time consuming, estimating what the right ha…

One factor was huge amounts of free credits for the first year or more for any startup that appeared above-board and bothered to ask properly. Second, egress data being very expensive with ingress being free has contributed to making them sticky gravity holes.

The free credits... what a WILD time! Just show up to a hackathon booth, ask nicely, and you'd get months/years worth of "startup level" credits. Nothing super powerful - basically the equivalent of a few quad core boxes in a broom closet. But still for "free".

Re: I took all my projects off the cloud, saving thousands of dollars

#95

Earlier quoted context omitted.

> A few clicks. Getting through AWS documentation can be fairly time consuming.

And making sure you're not making a security configuration mistake that will accidentally leak private data to the open internet because of a detail of AWS you were unaware of.

[deleted]

Re: I took all my projects off the cloud, saving thousands of dollars

#96
post #48

Cheap shot maybe, but the fact that the page takes 10 seconds to load when it hits the HN front page is a great, inadvertant illustration of why you might want to use the cloud sometimes.

The failure mode of self-hosting is that your site gets hugged to death, the failure mode of the cloud is that you lose a ton of money. For a blog that doesn't earn you anything, the choice is clear. Besides, you can just put it behind cloudflare for free.

> The failure mode of self-hosting is that your site gets hugged to death

Learn 2 load balance

Re: I took all my projects off the cloud, saving thousands of dollars

#97
post #16

I dislike those black and white takes a lot. It's absolutely true that most startups that just run an EC2 instance will save a lot of cash going to Hetzner, Linode, Digital Ocean or whatever. I do host at Hetzner myself and so do a lot of my clients. That being said, the cloud does have a lot of advantages: - You're getting a lot of services readily available. Need offsite backups? A few clicks. Managed database? A f…

> A few clicks. Getting through AWS documentation can be fairly time consuming.

gotta say, Amazon Q can do the details for you in many cases.

Re: I took all my projects off the cloud, saving thousands of dollars

#98
post #16

I dislike those black and white takes a lot. It's absolutely true that most startups that just run an EC2 instance will save a lot of cash going to Hetzner, Linode, Digital Ocean or whatever. I do host at Hetzner myself and so do a lot of my clients. That being said, the cloud does have a lot of advantages: - You're getting a lot of services readily available. Need offsite backups? A few clicks. Managed database? A f…

> A few clicks. Getting through AWS documentation can be fairly time consuming.

Figuring out how to do db backups _can_ also be fairly time consuming.

There's a question of whether you want to spend time learning AWS or spend time learning your DB's hand-rolled backup options (on top of the question of whether learning AWS's thing even absolves you of understanding your DB's internals anyways!)

I do think there's value in "just" doing a thing instead of relying on the wrapper. Whether that's easier or not is super context and experience dependent, though.

Re: I took all my projects off the cloud, saving thousands of dollars

#99

I'm fully aware this is pedantic, but you can't save 10x. You can pay 1/10. You can save 90%. Your previous costs could have been 10x your current costs. But 10x is more by definition, not less. You can't save it.

  Cost of item = 10

  First discounted cost of item = 9
  => First saving = 1

  Second discounted cost of item = 6
  => Second saving = 4

  Second saving is 4x first saving.

  (Edit - formatting)
Post reply on HN