diff --git a/.github/workflows/deploy-lambdas.yml b/.github/workflows/deploy-lambdas.yml index 57175c142ab..18f5c763a7b 100644 --- a/.github/workflows/deploy-lambdas.yml +++ b/.github/workflows/deploy-lambdas.yml @@ -87,7 +87,7 @@ jobs: uses: aws-actions/configure-aws-credentials@v4 with: role-to-assume: arn:aws:iam::730278974607:role/github/GitHub-Quilt - aws-region: us-west-2 + aws-region: us-east-2 - name: Push Docker image to Prod ECR run: ./lambdas/upload_ecr.sh 730278974607 quiltdata/lambdas/${{ matrix.path }}:${{ github.sha }} # - name: Configure AWS credentials from GovCloud account diff --git a/lambdas/upload_ecr.sh b/lambdas/upload_ecr.sh index 1c99eedf96b..575017f7780 100755 --- a/lambdas/upload_ecr.sh +++ b/lambdas/upload_ecr.sh @@ -12,7 +12,7 @@ error() { account_id=$1 image_name=$2 -regions="us-east-2 us-east-1" # $(aws ec2 describe-regions --query "Regions[].{Name:RegionName}" --output text) +regions="us-east-2" # $(aws ec2 describe-regions --query "Regions[].{Name:RegionName}" --output text) for region in $regions do