mirror of
https://github.com/trailofbits/algo
synced 2024-11-16 12:12:55 +00:00
Merge pull request #142 from trailofbits/ec2-canada
EC2 Canada - resolves #141
This commit is contained in:
commit
83d4a6c39a
2
algo
2
algo
@ -230,6 +230,7 @@ Name the vpn server:
|
||||
10. eu-central-1 EU (Frankfurt)
|
||||
11. eu-west-1 EU (Ireland)
|
||||
12. sa-east-1 South America (São Paulo)
|
||||
13. ca-central-1 Canada (Central)
|
||||
Enter the number of your desired region:
|
||||
[1]: " -r aws_region
|
||||
aws_region=${aws_region:-1}
|
||||
@ -247,6 +248,7 @@ Enter the number of your desired region:
|
||||
10) region="eu-central-1" ;;
|
||||
11) region="eu-west-1" ;;
|
||||
12) region="sa-east-1" ;;
|
||||
13) region="ca-central-1" ;;
|
||||
esac
|
||||
|
||||
ROLES="ec2 vpn cloud"
|
||||
|
Loading…
Reference in New Issue
Block a user