File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -45,21 +45,21 @@ region=$1
4545# see contrib/prepare-ubuntu-ami.sh for instructions
4646# on creating your own deis-optmized AMIs
4747if [ " $region " == " ap-northeast-1" ]; then
48- image=ami-6399f962
48+ image=ami-e31478e2
4949elif [ " $region " == " ap-southeast-1" ]; then
50- image=ami-0a87d358
50+ image=ami-24421576
5151elif [ " $region " == " ap-southeast-2" ]; then
52- image=ami-c3bd22f9
52+ image=ami-6338a759
5353elif [ " $region " == " eu-west-1" ]; then
54- image=ami-4826c83f
54+ image=ami-6ed73c19
5555elif [ " $region " == " sa-east-1" ]; then
56- image=ami-79bf1e64
56+ image=ami-510eaf4c
5757elif [ " $region " == " us-east-1" ]; then
58- image=ami-e7af828e
58+ image=ami-cb3a0fa2
5959elif [ " $region " == " us-west-1" ]; then
60- image=ami-a06e5ee5
60+ image=ami-d82d1e9d
6161elif [ " $region " == " us-west-2" ]; then
62- image=ami-28abce18
62+ image=ami-5299fe62
6363else
6464 echo " Cannot find AMI for region: $region "
6565 exit 1
Original file line number Diff line number Diff line change @@ -21,7 +21,6 @@ GitHub Issues
2121Other Repos
2222-----------
2323
24- - tag the opdemand/buildstep repo
2524- tag the opdemand/gitosis repo
2625
2726
Original file line number Diff line number Diff line change 1717# Deis-optimized EC2 amis -- with 3.8 kernel, chef 11 deps,
1818# and large docker images (e.g. buildstep) pre-installed
1919IMAGE_MAP = {
20- 'ap-northeast-1' : 'ami-6399f962 ' ,
21- 'ap-southeast-1' : 'ami-0a87d358 ' ,
22- 'ap-southeast-2' : 'ami-c3bd22f9 ' ,
23- 'eu-west-1' : 'ami-4826c83f ' ,
24- 'sa-east-1' : 'ami-79bf1e64 ' ,
25- 'us-east-1' : 'ami-e7af828e ' ,
26- 'us-west-1' : 'ami-a06e5ee5 ' ,
27- 'us-west-2' : 'ami-28abce18 ' ,
20+ 'ap-northeast-1' : 'ami-e31478e2 ' ,
21+ 'ap-southeast-1' : 'ami-24421576 ' ,
22+ 'ap-southeast-2' : 'ami-6338a759 ' ,
23+ 'eu-west-1' : 'ami-6ed73c19 ' ,
24+ 'sa-east-1' : 'ami-510eaf4c ' ,
25+ 'us-east-1' : 'ami-cb3a0fa2 ' ,
26+ 'us-west-1' : 'ami-d82d1e9d ' ,
27+ 'us-west-2' : 'ami-5299fe62 ' ,
2828}
2929
3030
You can’t perform that action at this time.
0 commit comments