From 76b9c61bc39c526411a868e7e0287c90c59398fc Mon Sep 17 00:00:00 2001 From: Jean-Christophe Fillion-Robin Date: Thu, 28 Mar 2024 02:37:15 -0400 Subject: [PATCH] wip: Update issue template adding m3.small, m3.tiny and g3.small These will be used in the context of the "Workflow Sandbox" instance --- .github/ISSUE_TEMPLATE/request.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/request.yml b/.github/ISSUE_TEMPLATE/request.yml index 0d5c8e23..99828eb9 100644 --- a/.github/ISSUE_TEMPLATE/request.yml +++ b/.github/ISSUE_TEMPLATE/request.yml @@ -18,7 +18,10 @@ body: description: Select the type of instance to create. options: - m3.xl - General-purpose instance (32 CPUs, 125 GB RAM and 60 GB root disk) + - m3.small - General-purpose instance (2 CPUs, 6 GB RAM and 20 GB root disk) + - m3.tiny - General-purpose instance (1 CPUs, 3 GB RAM and 20 GB root disk) - g3.xl - GPU instance (32 CPUs, 125 GB RAM and 60 GB root disk) + - g3.small - GPU instance (4 CPUs, 15 GB RAM and 20 GB root disk) validations: required: true