Is there any recommended guide on self hosting? I'...
# general
b
Is there any recommended guide on self hosting? I'm looking for best practices to implement this for 15-25K MAUs when my app scales up.
r
Hey @blockexplorer1492
b
Hey!
r
Using 2 cores in front of a round robin load balancer should be good enough. One core is enough, but adding a second one adds a fall over
Each core can be in a t2.micro ec2 instance
b
Thanks. Could it be a simple nginx load balancer in front of both ec2 instances?
r
Yup. Works well
b
Thanks. Appreciate quick response.
Hi @rp_st is there any docker image for supertokens core that I can simply run on 2 ec2s and put them behind an nginx load balancer?
r
Yea. You can find more info about it in our docs. Please search for docker
b
Ok. Thanks. Also, is the database part of the core or do I manage it separately? Can I use something like AWS RDS for this?
r
You can use RDS
b
Sure
3 Views