oem/ami: add eu-west-2 and ca-central-1 regions

This commit is contained in:
Alex Crawford 2017-01-04 08:25:08 -08:00
parent cb2e40da70
commit f507a06b8a

View File

@ -8,6 +8,7 @@ ALL_AKIS["us-east-2"]=aki-da055ebf
ALL_AKIS["us-west-1"]=aki-880531cd
ALL_AKIS["us-west-2"]=aki-fc8f11cc
ALL_AKIS["eu-west-1"]=aki-52a34525
ALL_AKIS["eu-west-2"]=aki-8b6369ef
ALL_AKIS["eu-central-1"]=aki-184c7a05
ALL_AKIS["ap-south-1"]=aki-a7305ac8
ALL_AKIS["ap-southeast-1"]=aki-503e7402
@ -15,6 +16,7 @@ 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
ALL_AKIS["ca-central-1"]=aki-320ebd56
MAIN_REGIONS=( "${!ALL_AKIS[@]}" )