From b35768ff8cc5a7aa2aac6768a8c67ead1f8aa294 Mon Sep 17 00:00:00 2001 From: Alex Crawford Date: Fri, 31 Oct 2014 19:21:24 -0700 Subject: [PATCH] scripts/oem/ami: bump PV-GRUB AKIs to 1.04 in all regions --- oem/ami/regions.sh | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/oem/ami/regions.sh b/oem/ami/regions.sh index 4020240218..8c26c01412 100644 --- a/oem/ami/regions.sh +++ b/oem/ami/regions.sh @@ -1,17 +1,16 @@ # AKI ids from: # http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/UserProvidedkernels.html -# we need pv-grub-hd00 x86_64 +# These are pv-grub-hd0_1.04-x86_64 declare -A ALL_AKIS -ALL_AKIS["us-east-1"]=aki-b4aa75dd -ALL_AKIS["us-west-1"]=aki-eb7e26ae -ALL_AKIS["us-west-2"]=aki-f837bac8 -ALL_AKIS["eu-west-1"]=aki-8b655dff +ALL_AKIS["us-east-1"]=aki-919dcaf8 +ALL_AKIS["us-west-1"]=aki-880531cd +ALL_AKIS["us-west-2"]=aki-fc8f11cc +ALL_AKIS["eu-west-1"]=aki-52a34525 ALL_AKIS["eu-central-1"]=aki-184c7a05 -ALL_AKIS["ap-southeast-1"]=aki-fa1354a8 -ALL_AKIS["ap-southeast-2"]=aki-3d990e07 -ALL_AKIS["ap-northeast-1"]=aki-40992841 -ALL_AKIS["sa-east-1"]=aki-c88f51d5 -# ALL_AKIS["gov-west-1"]=aki-75a4c056 +ALL_AKIS["ap-southeast-1"]=aki-503e7402 +ALL_AKIS["ap-southeast-2"]=aki-c362fff9 +ALL_AKIS["ap-northeast-1"]=aki-176bf516 +ALL_AKIS["sa-east-1"]=aki-5553f448 ALL_REGIONS=( "${!ALL_AKIS[@]}" )