|
13 | 13 | from deis import settings |
14 | 14 | from celerytasks.chef import ChefAPI |
15 | 15 |
|
| 16 | +# deis optimized amis -- with 3.8 kernel, chef 11 deps, |
| 17 | +# and large docker images (e.g. buildstep) pre-installed |
16 | 18 | EC2_IMAGE_MAP = { |
17 | | - 'ap-northeast-1': 'ami-51129850', |
18 | | - 'ap-southeast-1': 'ami-a02f66f2', |
19 | | - 'ap-southeast-2': 'ami-974ddead', |
20 | | - 'eu-west-1': 'ami-89b1a3fd', |
21 | | - 'sa-east-1': 'ami-5c7edb41', |
22 | | - 'us-east-1': 'ami-23d9a94a', |
23 | | - 'us-west-1': 'ami-c4072e81', |
24 | | - # deis optimized ami, with 3.8 kernel and chef 11 deps pre-installed |
25 | | - 'us-west-2': 'ami-bf41d28f', # 'ami-fb68f8cb', |
| 19 | + 'ap-northeast-1': 'ami-a57aeca4', |
| 20 | + 'ap-southeast-1': 'ami-e03a72b2', |
| 21 | + 'ap-southeast-2': 'ami-bd801287', |
| 22 | + 'eu-west-1': 'ami-d9d3cdad', |
| 23 | + 'sa-east-1': 'ami-a7df7bba', |
| 24 | + 'us-east-1': 'ami-e85a2081', |
| 25 | + 'us-west-1': 'ami-ac6942e9', |
| 26 | + 'us-west-2': 'ami-b55ac885', |
26 | 27 | } |
27 | 28 |
|
28 | 29 |
|
|
0 commit comments