# OpenVidu Pro deployment failed in AWS

**URL:** https://openvidu.discourse.group/t/openvidu-pro-deployment-failed-in-aws/2858
**Category:** Issues with deployment
**Tags:** v2
**Created:** [March 25, 2021, 9:06am UTC](https://openvidu.discourse.group/t/openvidu-pro-deployment-failed-in-aws/2858 "2021-03-25T09:06:54Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Senthil\_Kumar\_K](https://yyz2.discourse-cdn.com/free1/user_avatar/openvidu.discourse.group/senthil_kumar_k/32/1418_2.png) [@Senthil\_Kumar\_K](https://openvidu.discourse.group/u/Senthil_Kumar_K)
#### Post date: [March 25, 2021, 9:06am UTC](https://openvidu.discourse.group/t/openvidu-pro-deployment-failed-in-aws/2858/1 "2021-03-25T09:06:54Z")

</div>

Hi,

We are deploying OpenVidu Prod in AWS using following link  
[https://docs.openvidu.io/en/2.17.0/openvidu-pro/deployment/aws/](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](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

---

<div class="post-metadata">

### Author: ![cruizba](https://yyz2.discourse-cdn.com/free1/user_avatar/openvidu.discourse.group/cruizba/32/18_2.png) [@cruizba](https://openvidu.discourse.group/u/cruizba)
#### Post date: [March 25, 2021, 5:49pm UTC](https://openvidu.discourse.group/t/openvidu-pro-deployment-failed-in-aws/2858/2 "2021-03-25T17:49:21Z")

</div>

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

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

```

Regards
