MT#8667 Add eu-central-1 region

EU/Frankfurt AKA eu-central-1 is available nowadays.

Change-Id: I406f5c37c19a7b08a04f60c1a50626ffdb57635d
changes/46/546/1
Michael Prokop 11 years ago
parent a22036b853
commit 9422e162a2

@ -63,7 +63,7 @@ copy_ami() {
local ami_description="$4"
local target_region
for target_region in us-east-1 us-west-2 us-west-1 eu-west-1 ap-southeast-1 ap-southeast-2 ap-northeast-1 sa-east-1 ; do
for target_region in us-east-1 us-west-2 us-west-1 eu-central-1 eu-west-1 ap-southeast-1 ap-southeast-2 ap-northeast-1 sa-east-1 ; do
case "$target_region" in
"$source_region")
echo "*** Skipping region $target_region as source and destination region are the same ones. ***"

Loading…
Cancel
Save