From 922e59939bd759a408d95a99401e3eb4e2c1d6fb Mon Sep 17 00:00:00 2001
From: Brandon Clayton <bclayton@usgs.gov>
Date: Wed, 14 Jun 2023 08:06:46 -0600
Subject: [PATCH] update deployment nshms

---
 nshms.yml | 38 ++++++++++++++++++++++++++------------
 1 file changed, 26 insertions(+), 12 deletions(-)

diff --git a/nshms.yml b/nshms.yml
index ed307186..d93c048a 100644
--- a/nshms.yml
+++ b/nshms.yml
@@ -2,6 +2,20 @@
 # NSHMs to use for unit tests and for deployments.
 ####
 nshms:
+  # Alaska 2007 NSHM
+  -
+    repo: nshm-alaska
+    tag: 2.2.0
+    year: 2007
+    deployments:
+      development:
+        instanceType: c7g.4xlarge
+      staging:
+        instanceType: c7g.8xlarge
+      # TODO: Add to production when model is stable
+      # production:
+      #   instanceType: c7g.8xlarge
+
   # Alaska 2023 NSHM
   -
     repo: nshm-alaska
@@ -9,12 +23,12 @@ nshms:
     year: 2023
     deployments:
       development:
-        instanceType: t4g.xlarge
+        instanceType: c7g.4xlarge
       staging:
-        instanceType: t4g.2xlarge
+        instanceType: c7g.8xlarge
       # TODO: Add to production when model is stable
       # production:
-      #   instanceType: c7g.4xlarge
+      #   instanceType: c7g.8xlarge
 
   # CONUS 2018 NSHM
   -
@@ -23,11 +37,11 @@ nshms:
     year: 2018
     deployments:
       development:
-        instanceType: t4g.2xlarge
+        instanceType: c7g.4xlarge
       staging:
-        instanceType: t4g.2xlarge
-      production:
         instanceType: c7g.8xlarge
+      production:
+        instanceType: c7g.12xlarge
 
   # CONUS 2023 NSHM
   -
@@ -36,12 +50,12 @@ nshms:
     year: 2023
     deployments:
       development:
-        instanceType: t4g.2xlarge
+        instanceType: c7g.4xlarge
       staging:
-        instanceType: t4g.2xlarge
+        instanceType: c7g.8xlarge
       # TODO: Add to production when model is stable
       # production:
-      #   instanceType: c7g.8xlarge
+      #   instanceType: c7g.12xlarge
 
   # Hawaii 2021 NSHM
   -
@@ -50,8 +64,8 @@ nshms:
     year: 2021
     deployments:
       development:
-        instanceType: t4g.xlarge
+        instanceType: c7g.4xlarge
       staging:
-        instanceType: t4g.2xlarge
+        instanceType: c7g.8xlarge
       production:
-        instanceType: c7g.4xlarge
+        instanceType: c7g.8xlarge
-- 
GitLab