Ask HN: How much traffic can GCP's f1-micro handle?

2 points by King_mansur ↗ HN
According to GCP's free tier page [0], f1-micro is offered for free coupled with 1GB bandwith(?). But I wonder how many users per second can this instance handle? Will it survive "HackerNews spike"? (let's say 400-500 realtime users for a few hours per month)? Any resources to learn more about how to roughly map traffic to number/type of instance, if that is what people do?

[0] https://cloud.google.com/free/

1 comment

[ 4.9 ms ] story [ 9.3 ms ] thread
> Any resources to learn more about how to roughly map traffic to number/type of instance, if that is what people do?

Everything is going to depend on the specific services and caching your application is going to run. Spin up an instance with the workload you want to test and run some benchmarks? It's free after all.