diff --git a/nshms.yml b/nshms.yml index ed3071867d0ef39bb4970ebd2d637294f1be46e2..27e14560e8255cf5fef16c305d1db9188678441f 100644 --- a/nshms.yml +++ b/nshms.yml @@ -9,12 +9,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 +23,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 +36,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 +50,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