From 8300259a372aa9343f26383715276616710c7834 Mon Sep 17 00:00:00 2001 From: Albin Gustavsson Date: Tue, 8 Jan 2019 23:42:55 +0100 Subject: [PATCH] Add AWS region eu-north-1 Signed-off-by: Albin Gustavsson --- drivers/amazonec2/region.go | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/amazonec2/region.go b/drivers/amazonec2/region.go index ce52857746..ae990d67ea 100644 --- a/drivers/amazonec2/region.go +++ b/drivers/amazonec2/region.go @@ -19,6 +19,7 @@ var regionDetails map[string]*region = map[string]*region{ "ca-central-1": {"ami-8d9e19e9"}, "cn-north-1": {"ami-cc4499a1"}, // Note: this is 20180126 "cn-northwest-1": {"ami-fd0e1a9f"}, // Note: this is 20180126 + "eu-north-1": {"ami-017ff17f"}, "eu-central-1": {"ami-bc4925d3"}, "eu-west-1": {"ami-0b541372"}, "eu-west-2": {"ami-ff46a298"},