AWS: Update Ubuntu Vivid AMIs

Pick up some updates, and reduce need for users to update manually.
pull/6/head
Justin Santa Barbara 2015-11-06 11:57:09 -05:00
parent 4566e039bf
commit 4c02b85c7a
1 changed files with 11 additions and 11 deletions

View File

@ -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