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