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

add instance types

parent f401e923
No related branches found
No related tags found
2 merge requests!681Production Release | nshmp-haz,!680NSHM Unit Tests
......@@ -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
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