OpenVidu Pro deployment failed in AWS

Hi,

We are deploying OpenVidu Prod in AWS using following link
https://docs.openvidu.io/en/2.17.0/openvidu-pro/deployment/aws/

While running this script, it is getting failed in the following line.
https://s3-eu-west-1.amazonaws.com/aws.openvidu.io/CF-OpenVidu-Pro-latest.yaml

sending the finish call
/usr/local/bin/cfn-signal -e ? --stack {AWS::StackId} --resource WaitCondition --region ${AWS::Region}

Can you please guide me on this.

Regards,
Senthil

Hi @Senthil_Kumar_K what parameters are you using, can you share with me the content of the file in `/opt/openvidu/.env?

This happens usually because of a missconfiguration in nginx, can you show me also the output of this command

cd /opt/openvidu
docker-compose logs nginx | head -n 100

Regards