Skip to content
Snippets Groups Projects

EC2 Instances

Merged Clayton, Brandon Scott requested to merge ghsc/users/bclayton/nshmp/nshmp-haz:ec2 into main
2 files
+ 13
12
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 12
12
@@ -11,9 +11,9 @@ nshms:
baseHref: /ws/nshmp/alaska-2007/dynamic
environments:
development:
instanceType: t4g.xlarge
instanceType: c7g.8xlarge
staging:
instanceType: t4g.2xlarge
instanceType: c7g.12xlarge
# TODO: Add to production when model is stable
# production:
# instanceType: c7g.8xlarge
@@ -34,9 +34,9 @@ nshms:
baseHref: /ws/nshmp/alaska-2023/dynamic
environments:
development:
instanceType: c7g.4xlarge
staging:
instanceType: c7g.8xlarge
staging:
instanceType: c7g.12xlarge
# TODO: Add to production when model is stable
# production:
# instanceType: c7g.8xlarge
@@ -57,11 +57,11 @@ nshms:
baseHref: /ws/nshmp/conus-2018/dynamic
environments:
development:
instanceType: c7g.4xlarge
staging:
instanceType: c7g.8xlarge
production:
staging:
instanceType: c7g.12xlarge
production:
instanceType: c7g.16xlarge
label: 2018 Conterminous U.S. Dynamic Services
model: CONUS_2018
test:
@@ -79,9 +79,9 @@ nshms:
baseHref: /ws/nshmp/conus-2023/dynamic
environments:
development:
instanceType: c7g.4xlarge
staging:
instanceType: c7g.8xlarge
staging:
instanceType: c7g.12xlarge
# TODO: Add to production when model is stable
# production:
# instanceType: c7g.12xlarge
@@ -102,11 +102,11 @@ nshms:
baseHref: /ws/nshmp/hawaii-2021/dynamic
environments:
development:
instanceType: c7g.4xlarge
staging:
instanceType: c7g.8xlarge
staging:
instanceType: c7g.12xlarge
production:
instanceType: c7g.8xlarge
instanceType: c7g.16xlarge
label: 2021 Hawaii Dynamic Services
model: HAWAII_2021
test:
Loading