Merge pull request #344 from crawford/ami

ami: add eu-central-1 to list of AWS regions
This commit is contained in:
Alex Crawford 2014-10-28 20:19:18 -07:00
commit cebf3c0b3c
3 changed files with 3 additions and 0 deletions

View File

@ -17,6 +17,7 @@ AKI["us-east-1"]=aki-b4aa75dd
AKI["us-west-1"]=aki-eb7e26ae
AKI["us-west-2"]=aki-f837bac8
AKI["eu-west-1"]=aki-8b655dff
AKI["eu-central-1"]=aki-184c7a05
AKI["ap-southeast-1"]=aki-fa1354a8
AKI["ap-southeast-2"]=aki-3d990e07
AKI["ap-northeast-1"]=aki-40992841

View File

@ -17,6 +17,7 @@ AKI["us-east-1"]=aki-b4aa75dd
AKI["us-west-1"]=aki-eb7e26ae
AKI["us-west-2"]=aki-f837bac8
AKI["eu-west-1"]=aki-8b655dff
AKI["eu-central-1"]=aki-184c7a05
AKI["ap-southeast-1"]=aki-fa1354a8
AKI["ap-southeast-2"]=aki-3d990e07
AKI["ap-northeast-1"]=aki-40992841

View File

@ -8,6 +8,7 @@ REGIONS=(
us-west-1
us-west-2
eu-west-1
eu-central-1
ap-southeast-1
ap-southeast-2
ap-northeast-1