←back to thread

45 points coop182 | 7 comments | | HN request time: 0.512s | source | bottom
Show context
wiether ◴[] No.44539611[source]
When I saw an official "Free Plan" that is automatically deleted after six months, I thought that was a good move: now students could open an account, experiment for absolutely free for six months without the fear of unplanned costs being charged on their credit card, either when experimenting or months/years later because they forgot about their account and some hacker managed to get access to it.

But according to the FAQ "Why do I need to provide payment method to sign up if I’m on the free plan?", it seems you still have to provide a payment method. So, technically, during the six months lifespan of your "Free Plan" account, you still can end-up being charged for some services, if you go over you $100(+$100) "free" credits.

Unless they have an absolute hard limit on the services you can use under a "Free Plan" making it impossible to go over your $100(+$100) credits; but that would be a first and people would ask to have the same ability to put those limits on a regular account...

So I see some progress, but it seems that it's not as safe of an offering as it should be for a "Free Plan".

replies(2): >>44539817 #>>44540374 #
vasco ◴[] No.44539817[source]
But they'll say their favorite line which is that it can be very disruptive to customers for them to stop the spend, how could they possibly know what to stop in your account?? Always easy to find reasons to explain something when the result is more money for you.
replies(1): >>44539931 #
1. gkbrk ◴[] No.44539931[source]
Once they need to stop your spending, the following has to happen

- VMs deleted, along with all the files on them

- S3 buckets emptied

- DNS queries no longer getting answered

- Databases dropped, backups deleted

This is not just something disruptive that can be fixed by spending money again. Even if you stop customer traffic, all these resources are still used and cost money.

For a professional account this is insane. And even for a student account this would be a very bad day. I'd hate for this to happen as a student, because I had a bunch of important stuff there when I was a student.

replies(6): >>44540008 #>>44540195 #>>44540198 #>>44540269 #>>44540361 #>>44540889 #
2. Arainach ◴[] No.44540008[source]
Why?

>- VMs deleted, along with all the files on them

VMs shut down, deleted after a specified time period (7 days, whatever, the exact time period doesn't matter)

>- S3 buckets emptied

S3 buckets no longer accessible, emptied after a specified time period

>- DNS queries no longer getting answered

Yep, fine

>- Databases dropped, backups deleted

Database access revoked, backup access revoked, deleted after a specified time period.

There is no reason this has to be an immediate deletion. Heck, even if you request they delete something they probably don't do it immediately and just mark it "deleted" until it's cleaned up after time.

3. CJefferson ◴[] No.44540195[source]
If the only choices are "my data gets deleted", or "$1,000 dollar bill", I think most students would choose data deleted.

And the whole "we are nice, we will waive bills for beginners who make mistakes" is in my experience, as a computing professor who has had multiple students hit this, not true. They seem to do waive fairly randomly to my eye, about a third of the time.

4. thaumasiotes ◴[] No.44540198[source]
None of those things need to happen. (Unless you get billed by the individual DNS query?) The cost of storing things that already exist is known perfectly in advance. It is trivial to include the cost of "maintain everything until the end of the month" in your estimate of how much the customer has already spent. Then, when the spending halt occurs, nothing needs to be deleted because that was already accounted for.
5. vasco ◴[] No.44540269[source]
I did call it didn't I?
6. Shorel ◴[] No.44540361[source]
Yes, and I want all of this to happen automatically.

Last time, I had to spent a few hours deleting all the resources one by one, and then double check to be sure nothing was missing.

7. the8472 ◴[] No.44540889[source]
> For a professional account this is insane.

At $work there are plenty accounts where this would be acceptable. Annoying perhaps, but nothing that couldn't be recovered in a day would be lost. Reliable cost caps would be especially useful when running stuff with admin permissions and the dependencies don't have airtight supply chain security.