Aws cloud-formation deploy

Hi,

I am not able to deploy openvidu pro 2.15.0 and 2.15.1 setup in AWS cloud-formation i tried so many time with different type of ec2 instances but still failed in Singapore and Mumbai region and it’s creating pro and media node but AWS cloud formation process not completed it’s failed . Inspector panel not able to add/remove any new media node please find some below errors logs

openvidu-server_1 | [WARN] 2020-08-24 07:50:55,704 [main] io.openvidu.server.pro.OpenViduServerPro -
You have set property server.port (or SERVER_PORT). This will serve OpenVidu Server Pro on your host at port 5443.
But property HTTPS_PORT (443) still configures the port that should be used to connect to OpenVidu Server from outside.
Bear this in mind when configuring a proxy in front of OpenVidu Server

[ERROR] 2020-08-24 07:51:04,225 [main] io.openvidu.server.pro.infrastructure.onpremise.OnpremiseInfrastructureManager -
Can’t provision autodiscovered node. Probably media-node-controller is not running: 172.18.2.177

[ERROR] 2020-08-24 07:59:08,242 [Thread-8] io.openvidu.server.pro.monitoring.OpenViduServerProMonitor - OpenVidu Server monitoring poll error
[ERROR] 2020-08-24 08:03:58,219 [Thread-9] io.openvidu.server.pro.infrastructure.InfrastructureManager - Error launching KMS instance

openvidu-server_1 | [ERROR] 2020-08-24 08:10:40,550 [Thread-10] io.openvidu.server.utils.CommandExecutor - Current process status of host:
openvidu-server_1 | PID PPID USER %MEM %CPU CMD
openvidu-server_1 | 114 18 root 11.7 3.8 java -jar openvidu-server.jar
openvidu-server_1 | 1 0 root 0.0 0.0 /bin/bash -c export COTURN_IP=/usr/local/bin/discover_my_public_ip.sh; /usr/local/bin/entrypoint.sh
openvidu-server_1 | 18 1 root 0.0 0.0 /bin/bash /usr/local/bin/entrypoint.sh
openvidu-server_1 | 529 114 root 0.0 0.0 /bin/sh -c /opt/openvidu/cluster/aws/openvidu_launch_kms.sh
openvidu-server_1 | 531 529 root 0.0 0.0 /bin/bash /opt/openvidu/cluster/aws/openvidu_launch_kms.sh
openvidu-server_1 | 725 531 root 0.0 0.0 curl --output /dev/null --silent --head --fail -u http://172.18.2.157:3000/media-node/status
openvidu-server_1 | 729 114 root 0.0 0.0 /bin/sh -c ps -eo pid,ppid,user,%mem,%cpu,cmd --sort=-%cpu
openvidu-server_1 | 731 729 root 0.0 0.0 ps -eo pid,ppid,user,%mem,%cpu,cmd --sort=-%cpu
openvidu-server_1 | [ERROR] 2020-08-24 08:10:40,551 [Thread-10] io.openvidu.server.pro.infrastructure.InfrastructureManager - Error launching KMS instance

Thanks & Regards

@pabloFuente can you please help on this…

Singapore and Mumbai? I will try to deploy right now, what parameters are you using?
Please, use version 2.15.1

hi,

thanks for your reply we found the issue in default vpc with default network range 172.31.0.0/20 now it’s working and deploying same in Mumbai

Thanks