From 0684fb0dc5691e12c90fe4bdc7d749578a746b2c Mon Sep 17 00:00:00 2001 From: Ole Herman Schumacher Elgesem Date: Wed, 13 Jan 2021 04:01:07 +0100 Subject: [PATCH] cf-remote: Added Ubuntu 20 to spawn Changelog: None Ticket: None Signed-off-by: Ole Herman Schumacher Elgesem --- contrib/cf-remote/cf_remote/cloud_data.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/contrib/cf-remote/cf_remote/cloud_data.py b/contrib/cf-remote/cf_remote/cloud_data.py index 469d8ab261..a2f2d8da3d 100644 --- a/contrib/cf-remote/cf_remote/cloud_data.py +++ b/contrib/cf-remote/cf_remote/cloud_data.py @@ -1,4 +1,10 @@ aws_platforms = { + 'ubuntu-20-04-x64':{ + 'ami':'ami-0aef57767f5404a3c', + 'user':'ubuntu', + 'size':'t2.small', + 'xlsize':'t3.xlarge', + }, 'ubuntu-18-04-x64':{ 'ami':'ami-0ee3436f275c4f2e8', 'user':'ubuntu',