mirror of https://github.com/OpenVidu/openvidu.git
deployment: ec2-instance-connect needs to be installed in AMIs
parent
54e04d7e06
commit
0b6fb08022
|
@ -154,7 +154,8 @@ Resources:
|
|||
!Sub |
|
||||
#!/bin/bash -x
|
||||
set -eu -o pipefail
|
||||
apt-get update && apt-get install -y pip
|
||||
apt-get update && apt-get install -y pip \
|
||||
ec2-instance-connect
|
||||
pip install https://s3.amazonaws.com/cloudformation-examples/aws-cfn-bootstrap-latest.tar.gz
|
||||
|
||||
cfn-init --region ${AWS::Region} --stack ${AWS::StackId} --resource OpenviduServerCE
|
||||
|
|
Loading…
Reference in New Issue