Update AMIs and settings files

This commit is contained in:
Jerome Petazzoni
2016-05-16 09:30:37 -07:00
parent 9bf13f70b9
commit 31563480b3
2 changed files with 7 additions and 7 deletions

View File

@@ -210,19 +210,19 @@ get_ami() {
#AMI=$(suggest_amis | grep -v ^REGION | head -1 | awk '{print $7}')
case $AWS_DEFAULT_REGION in
eu-central-1)
AMI=ami-f0eb089f
AMI=ami-4d2bc622
;;
eu-west-1)
AMI=ami-3079f543
AMI=ami-bdb13bce
;;
us-east-1)
AMI=ami-840910ee
AMI=ami-3ffc1052
;;
us-west-1)
AMI=ami-d8e996b8
AMI=ami-bdb13bce
;;
us-west-2)
AMI=ami-fa82739a
AMI=ami-b33dc0d3
;;
esac
echo $AMI

View File

@@ -30,6 +30,6 @@ footer: >
url: http://container.training/
engine_version: get.docker.com
compose_version: 1.7.0
compose_version: 1.7.1
machine_version: 0.6.0
swarm_version: 1.2.0
swarm_version: 1.2.2