Check to install only pip in AMIs in OpenVidu CE

pull/678/head
cruizba 2021-12-11 15:29:07 +01:00
parent c7f247fbe6
commit 54e04d7e06
1 changed files with 1 additions and 3 deletions

View File

@ -154,9 +154,7 @@ Resources:
!Sub |
#!/bin/bash -x
set -eu -o pipefail
apt-get update && apt-get install -y \
python-pip \
ec2-instance-connect
apt-get update && apt-get install -y pip
pip install https://s3.amazonaws.com/cloudformation-examples/aws-cfn-bootstrap-latest.tar.gz
cfn-init --region ${AWS::Region} --stack ${AWS::StackId} --resource OpenviduServerCE