diff --git a/CHANGELOG.MD b/CHANGELOG.MD index 5414dab..8bbd2d9 100644 --- a/CHANGELOG.MD +++ b/CHANGELOG.MD @@ -15,7 +15,7 @@ All notable changes to this project will be documented in this file. - ExecutionCommand Enabled for the ECS cluster, tasks are extended to be able to use aws ecs cli commands to log into the tasks for debug purposes - Update Big Blue Button version to 2.6 - Update Greenlight to version 3 -- Update Scalelite to version 1.5 +- Update Scalelite to version 1.4 - Bootstrap Scripts moved to seperate bash script files for easier access for customization and lean cfn template. - Removed the Instance Class/Familie restrictions from the templates. Still you need to use valid instances though depending on which are available for Amazon EC2, Amazon Elasticache and Amazon RDS. - Removed the Custom AMI finder and relate to AWS Parameter Store default offering via resolve Function diff --git a/setup.sh b/setup.sh index 8d742a7..77a37eb 100755 --- a/setup.sh +++ b/setup.sh @@ -124,7 +124,7 @@ then SCALELITEIMAGETAGS=( BBBScaleliteNginxImageTag BBBScaleliteApiImageTag BBBScalelitePollerImageTag BBBScaleliteImporterImageTag ) GREENLIGHTIMAGETAGS=( BBBgreenlightImageTag ) - aws ecr get-login-password --profile=$BBBPROFILE | docker login --username AWS --password-stdin $SCALEILITEREGISTRY + aws ecr get-login-password --profile=$BBBPROFILE | docker login --username AWS --password-stdin $SCALELITEREGISTRY aws ecr get-login-password --profile=$BBBPROFILE | docker login --username AWS --password-stdin $GREENLIGHTREGISTRY for IMAGETAG in "${SCALELITEIMAGETAGS[@]}"