From ab3cfc5f758291d0c35f48431257824efae220ad Mon Sep 17 00:00:00 2001 From: Brendan Burns Date: Mon, 24 Nov 2014 16:34:48 -0800 Subject: [PATCH] Update the ubuntu AMI --- cluster/aws/config-default.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster/aws/config-default.sh b/cluster/aws/config-default.sh index 93f1af70505..fb395da1bba 100644 --- a/cluster/aws/config-default.sh +++ b/cluster/aws/config-default.sh @@ -23,7 +23,7 @@ NUM_MINIONS=4 # This is the ubuntu 14.04 image for us-west-2 + ebs # See here: http://cloud-images.ubuntu.com/locator/ec2/ for other images # This will need to be updated from time to time as amis are deprecated -IMAGE=ami-55d69e65 +IMAGE=ami-39501209 INSTANCE_PREFIX=kubernetes AWS_SSH_KEY=$HOME/.ssh/kube_aws_rsa