Skip to content
Snippets Groups Projects
Commit a1d9aa26 authored by Clayton, Brandon Scott's avatar Clayton, Brandon Scott
Browse files

change instance types

parent 06b9a93f
No related branches found
No related tags found
2 merge requests!722Production Release | nshmp-haz,!721change instance types
......@@ -9,12 +9,12 @@ nshms:
year: 2023
deployments:
development:
instanceType: c7g.4xlarge
instanceType: t4g.xlarge
staging:
instanceType: c7g.8xlarge
instanceType: t4g.2xlarge
# TODO: Add to production when model is stable
# production:
# instanceType: c7g.8xlarge
# instanceType: c7g.4xlarge
# CONUS 2018 NSHM
-
......@@ -23,11 +23,11 @@ nshms:
year: 2018
deployments:
development:
instanceType: c7g.4xlarge
instanceType: t4g.2xlarge
staging:
instanceType: c7g.8xlarge
instanceType: t4g.2xlarge
production:
instanceType: c7g.12xlarge
instanceType: c7g.8xlarge
# CONUS 2023 NSHM
-
......@@ -36,12 +36,12 @@ nshms:
year: 2023
deployments:
development:
instanceType: c7g.4xlarge
instanceType: t4g.2xlarge
staging:
instanceType: c7g.8xlarge
instanceType: t4g.2xlarge
# TODO: Add to production when model is stable
# production:
# instanceType: c7g.12xlarge
# instanceType: c7g.8xlarge
# Hawaii 2021 NSHM
-
......@@ -50,8 +50,8 @@ nshms:
year: 2021
deployments:
development:
instanceType: c7g.4xlarge
instanceType: t4g.xlarge
staging:
instanceType: c7g.8xlarge
instanceType: t4g.2xlarge
production:
instanceType: c7g.8xlarge
instanceType: c7g.4xlarge
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment