Skip to content

Commit

Permalink
aws: change region
Browse files Browse the repository at this point in the history
Spot instance interrupt frequency got very high on us-east-1. Try
ap-southeast-4 which currently has low interrupt rate and good pricing.

Signed-off-by: Gerwin Klein <[email protected]>
  • Loading branch information
lsf37 committed Dec 18, 2024
1 parent 965658b commit af23c45
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-1
aws configure set default.region ap-southeast-4
aws configure set default.output json

echo "Starting AWS instance..."
Expand Down

0 comments on commit af23c45

Please sign in to comment.