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

Merge branch 'nshms' into 'main'

EC2 Instances

See merge request !724
parents be0272b9 ffde775b
No related branches found
No related tags found
2 merge requests!726Production Release | nshmp-haz,!724EC2 Instances
Pipeline #278055 passed
...@@ -9,12 +9,12 @@ nshms: ...@@ -9,12 +9,12 @@ nshms:
year: 2023 year: 2023
deployments: deployments:
development: development:
instanceType: t4g.xlarge instanceType: c7g.4xlarge
staging: staging:
instanceType: t4g.2xlarge instanceType: c7g.8xlarge
# TODO: Add to production when model is stable # TODO: Add to production when model is stable
# production: # production:
# instanceType: c7g.4xlarge # instanceType: c7g.8xlarge
# CONUS 2018 NSHM # CONUS 2018 NSHM
- -
...@@ -23,11 +23,11 @@ nshms: ...@@ -23,11 +23,11 @@ nshms:
year: 2018 year: 2018
deployments: deployments:
development: development:
instanceType: t4g.2xlarge instanceType: c7g.4xlarge
staging: staging:
instanceType: t4g.2xlarge
production:
instanceType: c7g.8xlarge instanceType: c7g.8xlarge
production:
instanceType: c7g.12xlarge
# CONUS 2023 NSHM # CONUS 2023 NSHM
- -
...@@ -36,12 +36,12 @@ nshms: ...@@ -36,12 +36,12 @@ nshms:
year: 2023 year: 2023
deployments: deployments:
development: development:
instanceType: t4g.2xlarge instanceType: c7g.4xlarge
staging: staging:
instanceType: t4g.2xlarge instanceType: c7g.8xlarge
# TODO: Add to production when model is stable # TODO: Add to production when model is stable
# production: # production:
# instanceType: c7g.8xlarge # instanceType: c7g.12xlarge
# Hawaii 2021 NSHM # Hawaii 2021 NSHM
- -
...@@ -50,8 +50,8 @@ nshms: ...@@ -50,8 +50,8 @@ nshms:
year: 2021 year: 2021
deployments: deployments:
development: development:
instanceType: t4g.xlarge instanceType: c7g.4xlarge
staging: staging:
instanceType: t4g.2xlarge instanceType: c7g.8xlarge
production: production:
instanceType: c7g.4xlarge instanceType: c7g.8xlarge
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