Skip to content

Commit a61da77

Browse files
author
Gabriel Monroy
committed
switch ec2 to new deis-optimized AMIs #21
1 parent b5dda35 commit a61da77

1 file changed

Lines changed: 10 additions & 9 deletions

File tree

celerytasks/ec2.py

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,17 @@
1313
from deis import settings
1414
from celerytasks.chef import ChefAPI
1515

16+
# deis optimized amis -- with 3.8 kernel, chef 11 deps,
17+
# and large docker images (e.g. buildstep) pre-installed
1618
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',
2627
}
2728

2829

0 commit comments

Comments
 (0)