diff --git a/ec2-create-ce b/ec2-create-ce index 7e30400..9067729 100755 --- a/ec2-create-ce +++ b/ec2-create-ce @@ -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. ***"