On a standard AWS OpenVidu Pro deployment with 8 media nodes, only 1 shows up on the Cluster screen. If I try to add a media node manually, it shows up briefly on the screen but then disappears.
Is this normal behaviour? Is the node disappearing because it’s not required at that moment (loads on the active media node are less than 1%)?
I didn’t touch the .env file, but changed the max and min bitrates with the inspector config tab. The only thing I notice in the logs are several (dozens) of calls to the /media-nodes endpoint whenever I try to launch a new media node.
It may just be something wrong with the parameters set in the AWS yaml file.
Should I change OPENVIDU_PRO_CLUSTER_MODE to manual to solve the problem on my side?
Unknown error An error occurred (VcpuLimitExceeded) when calling
the RunInstances operation: You have requested more vCPU capacity
than your current vCPU limit of 32 allows for the instance bucket that
the specified instance type belongs to.
Please visit http://aws.amazon.com/contact-us/ec2-request to request an adjustment to this limit.
Problem solved: asked AWS for a EC2 vCPU quota increase a few days ago and got an approval, media nodes were available to launch manually as expected. Thank you for your assistance, @cruizba!