Hi team, I'd like to ask about scaling when self-h...
# support-questions-legacy
h
Hi team, I'd like to ask about scaling when self-host supertoken core So If I self host my supertokens core on an AWS EC2, any recommendations for the CPU specification, like the minimal requirement supertoken can deliver its best performance (e.g: 2 core-CPU, 4GB RAM, 16GB storage, ...) ,and when we scale up, let's say for example our service at peak time serving for 10k concurrent users , we need to run on e.g: a 2-core CPU, 8 GB RAM (t3.large), ... or a stronger CPU, ...
r
Hey @hwihwi6108
Hey @hwihwi6108
We recommend using a t2.micro instance per core. And scaling up essentially means deploying more t2.micro instance with each one having one core.
One core can handle approx 50K MAU
h
Thanks for your answer @rp_st