Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
mfaizanse committed Jan 18, 2024
1 parent 3cf33c0 commit 7bbf087
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions scripts/gardener/aws/get_random_region.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,21 +11,14 @@ set -E # needs to be set if we want the ERR trap.
set -o pipefail # prevents errors in a pipeline from being masked.
set -o errexit # exit immediately when a command fails.

# only lists the regions where machine type: `c1.xlarge` is available.
AWS_REGIONS=(
"eu-west-1"
"eu-west-2"
"eu-west-3"
"eu-central-1"
"eu-north-1"
"us-east-1"
"us-east-2"
"us-west-1"
"us-west-2"
"ca-central-1"
"sa-east-1"
"ap-northeast-1"
"ap-northeast-2"
"ap-northeast-3"
)

## MAIN Logic
Expand Down

0 comments on commit 7bbf087

Please sign in to comment.