Hacker News new | ask | show | jobs
by geekuillaume 2659 days ago
I'm curious, did someone estimate how much it would cost to replicate this experiment on GCloud with the same infrastructure?
1 comments

Using GCP's pricing calculator and the specs described in the blog, it's around 170,000 USD to run it for 3 months.

https://cloud.google.com/products/calculator/#id=ef2329f6-f1...

If you can break it into appropriate jobs that can handle interruptions, you should use interruptible instances to save money. And you really need to be able to handle that anyway in case an instance fails midway.