From 875d15f7d772821983057aa436b363a697314b80 Mon Sep 17 00:00:00 2001 From: Lars Erik Wik <53906608+larsewi@users.noreply.github.com> Date: Wed, 27 Dec 2023 10:34:48 +0100 Subject: [PATCH] CFE-4301: Updated to existent Windows 2019 AMI --- cf_remote/cloud_data.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cf_remote/cloud_data.py b/cf_remote/cloud_data.py index 25dca92..b0f67ab 100644 --- a/cf_remote/cloud_data.py +++ b/cf_remote/cloud_data.py @@ -153,7 +153,7 @@ "xlsize": "m3.xlarge", }, "windows-2019-x64": { - "ami": "ami-0dfc44f3a750b59a5", + "ami": "ami-0311c2819c6a29312", "user": "Administrator", "size": "t2.small", "xlsize": "t2.xlarge",