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-55007154
48+ image=ami-d3225fd2
4949elif [ " $region " == " ap-southeast-1" ]; then
50- image=ami-4eb4e51c
50+ image=ami-9e4919cc
5151elif [ " $region " == " ap-southeast-2" ]; then
52- image=ami-6f5bc255
52+ image=ami-afdb4395
5353elif [ " $region " == " eu-west-1" ]; then
54- image=ami-c7ef12b0
54+ image=ami-ebeb159c
5555elif [ " $region " == " sa-east-1" ]; then
56- image=ami-3945e624
56+ image=ami-cdcc6ed0
5757elif [ " $region " == " us-east-1" ]; then
58- image=ami-c50408ac
58+ image=ami-15382c7c
5959elif [ " $region " == " us-west-1" ]; then
60- image=ami-963906d3
60+ image=ami-f60d33b3
6161elif [ " $region " == " us-west-2" ]; then
62- image=ami-606a0550
62+ image=ami-ae85ec9e
6363else
6464 echo " Cannot find AMI for region: $region "
6565 exit 1
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-59007158 ' ,
21- 'ap-southeast-1' : 'ami-4cb4e51e ' ,
22- 'ap-southeast-2' : 'ami-6d5bc257 ' ,
23- 'eu-west-1' : 'ami-c3ef12b4 ' ,
24- 'sa-east-1' : 'ami-3b45e626 ' ,
25- 'us-east-1' : 'ami-d90408b0 ' ,
26- 'us-west-1' : 'ami-9c3906d9 ' ,
27- 'us-west-2' : 'ami-8c6a05bc ' ,
20+ 'ap-northeast-1' : 'ami-ae85ec9e ' ,
21+ 'ap-southeast-1' : 'ami-904919c2 ' ,
22+ 'ap-southeast-2' : 'ami-a9db4393 ' ,
23+ 'eu-west-1' : 'ami-01eb1576 ' ,
24+ 'sa-east-1' : 'ami-d3cc6ece ' ,
25+ 'us-east-1' : 'ami-51382c38 ' ,
26+ 'us-west-1' : 'ami-ec0d33a9 ' ,
27+ 'us-west-2' : 'ami-a085ec90 ' ,
2828}
2929
3030
You can’t perform that action at this time.
0 commit comments