Merge pull request #506 from marineam/seoul

ami: add new Soeul region
This commit is contained in:
Michael Marineau 2016-02-26 09:51:16 -08:00
commit ecec1ea82b

View File

@ -11,6 +11,7 @@ ALL_AKIS["eu-central-1"]=aki-184c7a05
ALL_AKIS["ap-southeast-1"]=aki-503e7402
ALL_AKIS["ap-southeast-2"]=aki-c362fff9
ALL_AKIS["ap-northeast-1"]=aki-176bf516
ALL_AKIS["ap-northeast-2"]=aki-01a66b6f
ALL_AKIS["sa-east-1"]=aki-5553f448
MAIN_REGIONS=( "${!ALL_AKIS[@]}" )