Choose AWS image by region

Also update to the latest LTS image (fewer security updates needed)
This commit is contained in:
Justin Santa Barbara
2015-03-12 09:35:36 -04:00
parent a3fd0a9fd5
commit 70b448b5d0
3 changed files with 65 additions and 10 deletions

View File

@@ -20,10 +20,6 @@ MASTER_SIZE=t2.micro
MINION_SIZE=t2.micro
NUM_MINIONS=${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-39501209
INSTANCE_PREFIX="${KUBE_AWS_INSTANCE_PREFIX:-kubernetes}"
AWS_SSH_KEY=${AWS_SSH_KEY:-$HOME/.ssh/kube_aws_rsa}
IAM_PROFILE="kubernetes"