From 9fbebdab394f46a2f7e82c2f6f64c9121e2d0223 Mon Sep 17 00:00:00 2001 From: Gerwin Klein Date: Tue, 9 Apr 2024 15:48:45 +1000 Subject: [PATCH] aws-proofs: switch to us-east-1 region 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 --- aws-proofs/steps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aws-proofs/steps.sh b/aws-proofs/steps.sh index e6b42ef1..85672f2b 100755 --- a/aws-proofs/steps.sh +++ b/aws-proofs/steps.sh @@ -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..."