mirror of
https://github.com/trailofbits/algo.git
synced 2025-06-07 07:33:52 +02:00
Added eu-west-2 (London) region support
This commit is contained in:
parent
0f7af34e63
commit
3d5296e3a3
1 changed files with 7 additions and 5 deletions
12
algo
12
algo
|
@ -206,10 +206,11 @@ Name the vpn server:
|
||||||
7. ap-southeast-1 Asia Pacific (Singapore)
|
7. ap-southeast-1 Asia Pacific (Singapore)
|
||||||
8. ap-southeast-2 Asia Pacific (Sydney)
|
8. ap-southeast-2 Asia Pacific (Sydney)
|
||||||
9. ap-northeast-1 Asia Pacific (Tokyo)
|
9. ap-northeast-1 Asia Pacific (Tokyo)
|
||||||
10. eu-central-1 EU (Frankfurt)
|
10. eu-central-1 EU (Frankfurt)
|
||||||
11. eu-west-1 EU (Ireland)
|
11. eu-west-1 EU (Ireland)
|
||||||
12. sa-east-1 South America (São Paulo)
|
12. eu-west-2 EU (London)
|
||||||
13. ca-central-1 Canada (Central)
|
13. sa-east-1 South America (São Paulo)
|
||||||
|
14. ca-central-1 Canada (Central)
|
||||||
Enter the number of your desired region:
|
Enter the number of your desired region:
|
||||||
[1]: " -r aws_region
|
[1]: " -r aws_region
|
||||||
aws_region=${aws_region:-1}
|
aws_region=${aws_region:-1}
|
||||||
|
@ -226,8 +227,9 @@ Enter the number of your desired region:
|
||||||
9) region="ap-northeast-1" ;;
|
9) region="ap-northeast-1" ;;
|
||||||
10) region="eu-central-1" ;;
|
10) region="eu-central-1" ;;
|
||||||
11) region="eu-west-1" ;;
|
11) region="eu-west-1" ;;
|
||||||
12) region="sa-east-1" ;;
|
12) region="eu-west-2";;
|
||||||
13) region="ca-central-1" ;;
|
13) region="sa-east-1" ;;
|
||||||
|
14) region="ca-central-1" ;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
ROLES="ec2 vpn cloud"
|
ROLES="ec2 vpn cloud"
|
||||||
|
|
Loading…
Add table
Reference in a new issue