From a0bb366ff9f590a2cf7ba327331bacbee263e81f Mon Sep 17 00:00:00 2001
From: Brandon Clayton <bclayton@usgs.gov>
Date: Tue, 6 Dec 2022 17:31:00 -0700
Subject: [PATCH] add instance types

---
 nshms.yml | 36 ++++++++++++++++++++++++------------
 1 file changed, 24 insertions(+), 12 deletions(-)

diff --git a/nshms.yml b/nshms.yml
index 3b32abcd..3fcf3457 100644
--- a/nshms.yml
+++ b/nshms.yml
@@ -8,10 +8,13 @@ nshms:
     tag: 3.a.0
     year: 2023
     deployments:
-      - development
-      - staging
+      development:
+        instanceType: t4g.xlarge
+      staging:
+        instanceType: t4g.2xlarge
       # TODO: Add to production when model is stable
-      # - production
+      # production:
+      #   instanceType: m6g.2xlarge
 
   # CONUS 2018 NSHM
   -
@@ -19,9 +22,12 @@ nshms:
     tag: 5.2.0
     year: 2018
     deployments:
-      - development
-      - staging
-      - production
+      development:
+        instanceType: t4g.xlarge
+      staging:
+        instanceType: m6g.4xlarge
+      production:
+        instanceType: m6g.4xlarge
 
   # CONUS 2023 NSHM
   -
@@ -29,10 +35,13 @@ nshms:
     tag: 6.a.3
     year: 2023
     deployments:
-      - development
-      - staging
+      development:
+        instanceType: t4g.xlarge
+      staging:
+        instanceType: m6g.4xlarge
       # TODO: Add to production when model is stable
-      # - production
+      # production:
+      #   instanceType: m6g.4xlarge
 
   # Hawaii 2021 NSHM
   -
@@ -40,6 +49,9 @@ nshms:
     tag: 2.0.2
     year: 2021
     deployments:
-      - development
-      - staging
-      - production
+      development:
+        instanceType: t4g.xlarge
+      staging:
+        instanceType: t4g.2xlarge
+      production:
+        instanceType: m6g.2xlarge
-- 
GitLab