Bump to 16.04 LTS AMIs (closes #37)

16.04 doesn't come with Python setuptools, so we have to install that too.
This commit is contained in:
Jerome Petazzoni
2016-10-18 08:53:49 -07:00
parent b1b3ecb5e9
commit e1968beefa
2 changed files with 7 additions and 5 deletions

View File

@@ -208,19 +208,19 @@ get_ami() {
#AMI=$(suggest_amis | grep -v ^REGION | head -1 | awk '{print $7}')
case $AWS_DEFAULT_REGION in
eu-central-1)
AMI=ami-4d2bc622
AMI=ami-6f7c8200
;;
eu-west-1)
AMI=ami-bdb13bce
AMI=ami-bf83cecc
;;
us-east-1)
AMI=ami-3ffc1052
AMI=ami-34663323
;;
us-west-1)
AMI=ami-bdb13bce
AMI=ami-5d551d3d
;;
us-west-2)
AMI=ami-b33dc0d3
AMI=ami-43d40e23
;;
esac
echo $AMI