Open vidu server specific and node ip

Hi
How to know what type of EC2 instancei os good for my Development stage for test
To run 1 master node
1 media node
Is c5.large or t2.medium or t3a.medium

And must the media node have static ip ?
Where to assaign the ip in configuration if i have changed the ip
I use docker-compose to run the open vidu

I would need further information regarding your deployment.

Could you please clarify whether you are using OpenVidu CE, PRO, or Enterprise, and which installation instructions you followed?

As for your question about the “static IP,” a public IP address is required. If the public IP address changes, you will need to restart OpenVidu, as it is discovered by some services during startup.

Regarding your EC2 questions, it would be advisable to use c5 instances if you anticipate a large user base, as their maximum bandwidth is greater than that of t3 instances. Nevertheless, for both master and media nodes, a t3.large or c5.large instance would suffice. If you deploy OpenVidu without Elasticsearch, you could try using a t3.medium instance.

Best regards.