Hello I run Jisti in docker containers. About 3 to 4 users join mostly and the service hosted on AWS spot instances work ok. However when 12 to 15 users join, the service has issues. Is there a way to scale the service in realtime by
- Changing the type of aws instance (in the middle of call)
- Or adding another instance to the currently running instance (in the middle of call) to share the load
- Or any other technique to scale up the service while video call is running so that the experience to all the users is smooth.
Thanks