Commit 895e4440 authored by Matthew Rudy Jacobs's avatar Matthew Rudy Jacobs

Add configuration for AWS ap-northeast-2 region

parent 430cf60b
......@@ -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
;;
......
......@@ -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
;;
......
......@@ -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
;;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment