@@ -275,26 +275,27 @@ def select_region(session, mode, region, instance_type):
275
275
logger .info ('global: Lowest spot price: {} ({}): {}' .format (
276
276
min_region , min_az , min_price ))
277
277
278
- # http ://aws- ubuntu.herokuapp. com/
279
- # 20180306 - Ubuntu 16 .04 LTS (xenial ) - hvm:ebs-ssd
278
+ # https ://cloud-images. ubuntu.com/locator/ec2 /
279
+ # 20181124 - Ubuntu 18 .04 LTS (bionic ) - hvm:ebs-ssd
280
280
AMI_ids = {
281
281
"Mappings" : {
282
282
"RegionMap" : {
283
- "ap-northeast-1" : { "64" : "ami-0d74386b" },
284
- "ap-northeast-2" : { "64" : "ami-a414b9ca" },
285
- "ap-south-1" : { "64" : "ami-0189d76e" },
286
- "ap-southeast-1" : { "64" : "ami-52d4802e" },
287
- "ap-southeast-2" : { "64" : "ami-d38a4ab1" },
288
- "ca-central-1" : { "64" : "ami-ae55d2ca" },
289
- "eu-central-1" : { "64" : "ami-7c412f13" },
290
- "eu-west-1" : { "64" : "ami-f90a4880" },
291
- "eu-west-2" : { "64" : "ami-f4f21593" },
292
- "eu-west-3" : { "64" : "ami-0e55e373" },
293
- "sa-east-1" : { "64" : "ami-423d772e" },
294
- "us-east-1" : { "64" : "ami-43a15f3e" },
295
- "us-east-2" : { "64" : "ami-916f59f4" },
296
- "us-west-1" : { "64" : "ami-925144f2" },
297
- "us-west-2" : { "64" : "ami-4e79ed36" }
283
+ "ap-northeast-1" : { "64" : "ami-0fd02119f1653c976" },
284
+ "ap-northeast-2" : { "64" : "ami-096560874cb404a4d" },
285
+ "ap-northeast-3" : { "64" : "ami-064d6dc91cdb4daa8" },
286
+ "ap-south-1" : { "64" : "ami-01187fe59c07cd350" },
287
+ "ap-southeast-1" : { "64" : "ami-0efb24bbbf33a2fd7" },
288
+ "ap-southeast-2" : { "64" : "ami-03932cb7d3a1a69af" },
289
+ "ca-central-1" : { "64" : "ami-0388b9f812caf5c3f" },
290
+ "eu-central-1" : { "64" : "ami-080d06f90eb293a27" },
291
+ "eu-west-1" : { "64" : "ami-02790d1ebf3b5181d" },
292
+ "eu-west-2" : { "64" : "ami-06328f1e652dc7605" },
293
+ "eu-west-3" : { "64" : "ami-0697abcfa8916e673" },
294
+ "sa-east-1" : { "64" : "ami-04fb8967affdf73b6" },
295
+ "us-east-1" : { "64" : "ami-0d2505740b82f7948" },
296
+ "us-east-2" : { "64" : "ami-0cf8cc36b8c81c6de" },
297
+ "us-west-1" : { "64" : "ami-09c5eca75eed8245a" },
298
+ "us-west-2" : { "64" : "ami-0f05ad41860678734" }
298
299
}
299
300
}
300
301
}
0 commit comments