Add configuration for AWS ap-northeast-2 region

Added AWS_IMAGEs from https://cloud-images.ubuntu.com/locator/
This commit is contained in:
Matthew Rudy Jacobs 2016-05-11 00:10:20 +08:00
parent 430cf60b0f
commit 895e44405c
3 changed files with 12 additions and 0 deletions

View File

@ -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
;;

View File

@ -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
;;

View File

@ -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
;;