diff --git a/drivers/amazonec2/region.go b/drivers/amazonec2/region.go index ae990d67ea802c51179fb31fc6e8fba8491fe241..862b90df9c3230bc6bd7ddb94cba0f469c3b2d5e 100644 --- a/drivers/amazonec2/region.go +++ b/drivers/amazonec2/region.go @@ -11,6 +11,7 @@ type region struct { // Ubuntu 16.04 LTS 20180228.1 hvm:ebs-ssd (amd64) // See https://cloud-images.ubuntu.com/locator/ec2/ var regionDetails map[string]*region = map[string]*region{ + "ap-east-1": {"ami-107d3e61"}, "ap-northeast-1": {"ami-bcb7f6da"}, "ap-northeast-2": {"ami-5073de3e"}, "ap-southeast-1": {"ami-41e4af3d"},