From 895e44405c4cf998264e9105934a1b9d87905dca Mon Sep 17 00:00:00 2001 From: Matthew Rudy Jacobs Date: Wed, 11 May 2016 00:10:20 +0800 Subject: [PATCH] Add configuration for AWS ap-northeast-2 region Added AWS_IMAGEs from https://cloud-images.ubuntu.com/locator/ --- cluster/aws/util.sh | 4 ++++ cluster/aws/vivid/util.sh | 4 ++++ cluster/aws/wily/util.sh | 4 ++++ 3 files changed, 12 insertions(+) diff --git a/cluster/aws/util.sh b/cluster/aws/util.sh index b1afb5fdaf3..89127b495ae 100755 --- a/cluster/aws/util.sh +++ b/cluster/aws/util.sh @@ -360,6 +360,10 @@ function detect-trusty-image () { AWS_IMAGE=ami-93876e93 ;; + ap-northeast-2) + AWS_IMAGE=ami-62ac620c + ;; + ap-southeast-1) AWS_IMAGE=ami-66546234 ;; diff --git a/cluster/aws/vivid/util.sh b/cluster/aws/vivid/util.sh index 0014b4d588b..f5fcd50f702 100644 --- a/cluster/aws/vivid/util.sh +++ b/cluster/aws/vivid/util.sh @@ -34,6 +34,10 @@ function detect-vivid-image () { AWS_IMAGE=ami-ee023e80 ;; + ap-northeast-2) + AWS_IMAGE=ami-c2df11ac + ;; + ap-southeast-1) AWS_IMAGE=ami-7ad91519 ;; diff --git a/cluster/aws/wily/util.sh b/cluster/aws/wily/util.sh index 94df3c4c90f..af1fba4747c 100644 --- a/cluster/aws/wily/util.sh +++ b/cluster/aws/wily/util.sh @@ -33,6 +33,10 @@ function detect-wily-image () { AWS_IMAGE=ami-3355505d ;; + ap-northeast-2) + AWS_IMAGE=ami-e427e98a + ;; + ap-southeast-1) AWS_IMAGE=ami-60975903 ;;