From aee90ce9c121b2c9c42b96191a72f4835a08f448 Mon Sep 17 00:00:00 2001
From: Brandon Clayton <bclayton@usgs.gov>
Date: Thu, 15 Dec 2022 15:13:40 -0700
Subject: [PATCH] Increase resources

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

diff --git a/nshms.yml b/nshms.yml
index 3fcf3457..d9fc37c6 100644
--- a/nshms.yml
+++ b/nshms.yml
@@ -9,12 +9,12 @@ nshms:
     year: 2023
     deployments:
       development:
-        instanceType: t4g.xlarge
+        instanceType: c7g.2xlarge
       staging:
-        instanceType: t4g.2xlarge
+        instanceType: c7g.4xlarge
       # TODO: Add to production when model is stable
       # production:
-      #   instanceType: m6g.2xlarge
+      #   instanceType: c7g.8xlarge
 
   # CONUS 2018 NSHM
   -
@@ -23,11 +23,11 @@ nshms:
     year: 2018
     deployments:
       development:
-        instanceType: t4g.xlarge
+        instanceType: c7g.4xlarge
       staging:
-        instanceType: m6g.4xlarge
+        instanceType: c7g.8xlarge
       production:
-        instanceType: m6g.4xlarge
+        instanceType: c7g.12xlarge
 
   # CONUS 2023 NSHM
   -
@@ -36,12 +36,12 @@ nshms:
     year: 2023
     deployments:
       development:
-        instanceType: t4g.xlarge
+        instanceType: c7g.4xlarge
       staging:
-        instanceType: m6g.4xlarge
+        instanceType: c7g.8xlarge
       # TODO: Add to production when model is stable
       # production:
-      #   instanceType: m6g.4xlarge
+      #   instanceType: c7g.12xlarge
 
   # Hawaii 2021 NSHM
   -
@@ -50,8 +50,8 @@ nshms:
     year: 2021
     deployments:
       development:
-        instanceType: t4g.xlarge
+        instanceType: c7g.2xlarge
       staging:
-        instanceType: t4g.2xlarge
+        instanceType: c7g.4xlarge
       production:
-        instanceType: m6g.2xlarge
+        instanceType: c7g.8xlarge
-- 
GitLab