We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7f490d commit c9cbaeaCopy full SHA for c9cbaea
1 file changed
provider/ec2.py
@@ -17,14 +17,14 @@
17
# Deis-optimized EC2 amis -- with 3.8 kernel, chef 11 deps,
18
# and large docker images (e.g. buildstep) pre-installed
19
IMAGE_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',
+ 'ap-northeast-1': 'ami-ae85ec9e',
+ 'ap-southeast-1': 'ami-904919c2',
+ 'ap-southeast-2': 'ami-a9db4393',
+ 'eu-west-1': 'ami-01eb1576',
+ 'sa-east-1': 'ami-d3cc6ece',
+ 'us-east-1': 'ami-51382c38',
+ 'us-west-1': 'ami-ec0d33a9',
+ 'us-west-2': 'ami-a085ec90',
28
}
29
30
0 commit comments