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
rp_st
01/06/2023, 3:18 PM
Hey @hwihwi6108
rp_st
01/06/2023, 3:18 PM
Hey @hwihwi6108
rp_st
01/06/2023, 3:19 PM
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.
SuperTokens is an open source authentication solution offering features like: Different types of login: Email / password, Passwordless (OTP or Magic link based).