I have an agent named "my-agent" running in an AWS instance which has 4 CPUs and 8 GB of RAM. I am assuming that this can handle a concurrency of 40 connections. Now, if I want to increase my concurrency to 200, should I be just running 5 replicas of the same instance? should i keep "my-agent" as the name in all these?
How does the load balancing work behind the scene in LiveKit here? I am using LiveKit Cloud.