@@ -265,24 +265,25 @@ def select_region(session, mode, region, instance_type):
265
265
min_region , min_az , min_price ))
266
266
267
267
# http://aws-ubuntu.herokuapp.com/
268
- # 20170919 - Ubuntu 16.04 LTS (xenial) - hvm:ebs-ssd
268
+ # 20180306 - Ubuntu 16.04 LTS (xenial) - hvm:ebs-ssd
269
269
AMI_ids = {
270
270
"Mappings" : {
271
271
"RegionMap" : {
272
- "ap-northeast-1" : {"64" : "ami-8422ebe2" },
273
- "ap-northeast-2" : {"64" : "ami-0f6fb461" },
274
- "ap-south-1" : {"64" : "ami-08a5e367" },
275
- "ap-southeast-1" : {"64" : "ami-e6d3a585" },
276
- "ap-southeast-2" : {"64" : "ami-391ff95b" },
277
- "ca-central-1" : {"64" : "ami-e59c2581" },
278
- "eu-central-1" : {"64" : "ami-5a922335" },
279
- "eu-west-1" : {"64" : "ami-17d11e6e" },
280
- "eu-west-2" : {"64" : "ami-e1f2e185" },
281
- "sa-east-1" : {"64" : "ami-a3e39ecf" },
282
- "us-east-1" : {"64" : "ami-d651b8ac" },
283
- "us-east-2" : {"64" : "ami-9686a4f3" },
284
- "us-west-1" : {"64" : "ami-2d5c6d4d" },
285
- "us-west-2" : {"64" : "ami-ecc63a94" }
272
+ "ap-northeast-1" : { "64" : "ami-0d74386b" },
273
+ "ap-northeast-2" : { "64" : "ami-a414b9ca" },
274
+ "ap-south-1" : { "64" : "ami-0189d76e" },
275
+ "ap-southeast-1" : { "64" : "ami-52d4802e" },
276
+ "ap-southeast-2" : { "64" : "ami-d38a4ab1" },
277
+ "ca-central-1" : { "64" : "ami-ae55d2ca" },
278
+ "eu-central-1" : { "64" : "ami-7c412f13" },
279
+ "eu-west-1" : { "64" : "ami-f90a4880" },
280
+ "eu-west-2" : { "64" : "ami-f4f21593" },
281
+ "eu-west-3" : { "64" : "ami-0e55e373" },
282
+ "sa-east-1" : { "64" : "ami-423d772e" },
283
+ "us-east-1" : { "64" : "ami-43a15f3e" },
284
+ "us-east-2" : { "64" : "ami-916f59f4" },
285
+ "us-west-1" : { "64" : "ami-925144f2" },
286
+ "us-west-2" : { "64" : "ami-4e79ed36" }
286
287
}
287
288
}
288
289
}
0 commit comments