added region

This commit is contained in:
Souhaila Noor 2021-11-08 13:58:34 -06:00
parent 48295a5491
commit af4b420d66

View file

@ -234,7 +234,7 @@ run featurebase in linux amd64 node:
- aws configure set aws_profile $PROFILE
- INSTANCE_ID=$(cat linux-amd64-instance.txt)
script:
- aws ssm send-command --document-name "AWS-RunShellScript" --instance-ids $INSTANCE_ID --cli-input-json file://.gitlab/configureFeatureBase.json --profile $PROFILE
- aws ssm send-command --document-name "AWS-RunShellScript" --instance-ids $INSTANCE_ID --cli-input-json file://.gitlab/configureFeatureBase.json --profile $PROFILE --region us-east-2
- sleep 120
needs:
job: