diff --git a/oem/ami/regions.sh b/oem/ami/regions.sh index ce22e91aa1..7421300c44 100644 --- a/oem/ami/regions.sh +++ b/oem/ami/regions.sh @@ -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[@]}" )