Hacker News new | ask | show | jobs
by poooogles 3496 days ago
Can confirm on this, storage for a lot of stuff is in S3 and compute is GCP preemtpibles. Works if you have a small dataset which requires a large volume of compute.
1 comments

Is that cheaper than using Google for storage as well? Or are there other reasons for that setup?
Bit of both, no point moving it as the automation/clients that dump data to S3 make it quite hard to change.
GCS supports the S3 API modulo resumable uploads (we do them differently): https://cloud.google.com/storage/docs/migrating

Feel free to send me a note, my contact info is in my profile (I helped build preemptible VMs and I'm sort of fascinated you're doing this).