Skip to content

Commit

Permalink
aws-proofs: switch to us-east-1 region
Browse files Browse the repository at this point in the history
us-east-1 has a lower interrupt rate for our VM class than use-east-2,
and currently same price.

Signed-off-by: Gerwin Klein <[email protected]>
  • Loading branch information
lsf37 committed Apr 9, 2024
1 parent cdfeb1f commit 9fbebda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws-proofs/steps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ echo "::group::AWS"
# fail on any error
set -e

aws configure set default.region us-east-2
aws configure set default.region us-east-1
aws configure set default.output json

echo "Starting AWS instance..."
Expand Down

0 comments on commit 9fbebda

Please sign in to comment.