From b71a09ef07e7fb12fb93ac2797303b11ec9233ae Mon Sep 17 00:00:00 2001 From: Defunct Date: Fri, 9 Dec 2016 16:06:19 +0000 Subject: [PATCH] EC2 Canada - resolves #141 --- algo | 2 ++ 1 file changed, 2 insertions(+) diff --git a/algo b/algo index 8f1db94..75eda1a 100755 --- a/algo +++ b/algo @@ -155,6 +155,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} @@ -172,6 +173,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"