From 4c02b85c7ad482b9f4d6189080bc627bf5c0ae92 Mon Sep 17 00:00:00 2001 From: Justin Santa Barbara Date: Fri, 6 Nov 2015 11:57:09 -0500 Subject: [PATCH] AWS: Update Ubuntu Vivid AMIs Pick up some updates, and reduce need for users to update manually. --- cluster/aws/vivid/util.sh | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/cluster/aws/vivid/util.sh b/cluster/aws/vivid/util.sh index 114903f66f..5af85e0aa8 100644 --- a/cluster/aws/vivid/util.sh +++ b/cluster/aws/vivid/util.sh @@ -31,35 +31,35 @@ function detect-vivid-image () { if [[ -z "${AWS_IMAGE-}" ]]; then case "${AWS_REGION}" in ap-northeast-1) - AWS_IMAGE=ami-907fa690 + AWS_IMAGE=ami-56e28056 ;; ap-southeast-1) - AWS_IMAGE=ami-b4a79de6 + AWS_IMAGE=ami-7e2a392c ;; eu-central-1) - AWS_IMAGE=ami-e8635bf5 + AWS_IMAGE=ami-58c1cd45 ;; eu-west-1) - AWS_IMAGE=ami-0fd0ae78 + AWS_IMAGE=ami-ef8ab698 ;; sa-east-1) - AWS_IMAGE=ami-f9f675e4 + AWS_IMAGE=ami-c16afbdc ;; us-east-1) - AWS_IMAGE=ami-f57b8f9e + AWS_IMAGE=ami-c3772aa6 ;; us-west-1) - AWS_IMAGE=ami-87b643c3 + AWS_IMAGE=ami-6fbe7d2b ;; cn-north-1) - AWS_IMAGE=ami-3abf2203 + AWS_IMAGE=ami-7a1b8743 ;; #us-gov-west-1) @@ -67,15 +67,15 @@ function detect-vivid-image () { # ;; ap-southeast-2) - AWS_IMAGE=ami-1bb9c221 + AWS_IMAGE=ami-0b93d931 ;; us-west-2) - AWS_IMAGE=ami-33566d03 + AWS_IMAGE=ami-6e67845d ;; *) - echo "Please specify AWS_IMAGE directly (region not recognized)" + echo "Please specify AWS_IMAGE directly (region ${AWS_REGION} not recognized)" exit 1 esac fi