mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-08 05:26:58 +02:00
oem/ami: add eu-west-2 and ca-central-1 regions
This commit is contained in:
parent
cb2e40da70
commit
f507a06b8a
@ -8,6 +8,7 @@ ALL_AKIS["us-east-2"]=aki-da055ebf
|
|||||||
ALL_AKIS["us-west-1"]=aki-880531cd
|
ALL_AKIS["us-west-1"]=aki-880531cd
|
||||||
ALL_AKIS["us-west-2"]=aki-fc8f11cc
|
ALL_AKIS["us-west-2"]=aki-fc8f11cc
|
||||||
ALL_AKIS["eu-west-1"]=aki-52a34525
|
ALL_AKIS["eu-west-1"]=aki-52a34525
|
||||||
|
ALL_AKIS["eu-west-2"]=aki-8b6369ef
|
||||||
ALL_AKIS["eu-central-1"]=aki-184c7a05
|
ALL_AKIS["eu-central-1"]=aki-184c7a05
|
||||||
ALL_AKIS["ap-south-1"]=aki-a7305ac8
|
ALL_AKIS["ap-south-1"]=aki-a7305ac8
|
||||||
ALL_AKIS["ap-southeast-1"]=aki-503e7402
|
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-1"]=aki-176bf516
|
||||||
ALL_AKIS["ap-northeast-2"]=aki-01a66b6f
|
ALL_AKIS["ap-northeast-2"]=aki-01a66b6f
|
||||||
ALL_AKIS["sa-east-1"]=aki-5553f448
|
ALL_AKIS["sa-east-1"]=aki-5553f448
|
||||||
|
ALL_AKIS["ca-central-1"]=aki-320ebd56
|
||||||
|
|
||||||
MAIN_REGIONS=( "${!ALL_AKIS[@]}" )
|
MAIN_REGIONS=( "${!ALL_AKIS[@]}" )
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user