Skip to content
Snippets Groups Projects

AWS CPU and Memory

Merged Clayton, Brandon Scott requested to merge ghsc/users/bclayton/nshmp/nshmp-haz:min-max into main
+ 30
90
@@ -11,26 +11,14 @@ nshms:
baseHref: /ws/nshmp/alaska-2007/dynamic
environments:
development:
cpu:
min: 2
max: 4
memory:
min: 4
max: 8
cpu: 2
memory: 4
staging:
cpu:
min: 2
max: 4
memory:
min: 4
max: 8
cpu: 2
memory: 4
# production:
# cpu:
# min: 2
# max: 4
# memory:
# min: 4
# max: 8
# cpu: 2
# memory: 4
label: 2007 Alaska Dynamic Services
model: ALASKA_2007
test:
@@ -48,26 +36,14 @@ nshms:
baseHref: /ws/nshmp/alaska-2023/dynamic
environments:
development:
cpu:
min: 2
max: 4
memory:
min: 32
max: 64
cpu: 4
memory: 32
staging:
cpu:
min: 8
max: 16
memory:
min: 32
max: 64
cpu: 8
memory: 32
production:
cpu:
min: 8
max: 16
memory:
min: 32
max: 64
cpu: 8
memory: 32
label: 2023 Alaska Dynamic Services (beta)
model: ALASKA_2023
test:
@@ -85,26 +61,14 @@ nshms:
baseHref: /ws/nshmp/conus-2018/dynamic
environments:
development:
cpu:
min: 2
max: 4
memory:
min: 16
max: 32
cpu: 4
memory: 32
staging:
cpu:
min: 8
max: 16
memory:
min: 16
max: 32
cpu: 8
memory: 32
production:
cpu:
min: 16
max: 32
memory:
min: 16
max: 64
cpu: 16
memory: 32
label: 2018 Conterminous U.S. Dynamic Services
model: CONUS_2018
test:
@@ -122,26 +86,14 @@ nshms:
baseHref: /ws/nshmp/conus-2023/dynamic
environments:
development:
cpu:
min: 2
max: 4
memory:
min: 16
max: 32
cpu: 4
memory: 32
staging:
cpu:
min: 8
max: 16
memory:
min: 16
max: 32
cpu: 8
memory: 32
production:
cpu:
min: 16
max: 32
memory:
min: 16
max: 64
cpu: 16
memory: 32
label: 2023 Conterminous U.S. Dynamic Services (beta)
model: CONUS_2023
test:
@@ -159,26 +111,14 @@ nshms:
baseHref: /ws/nshmp/hawaii-2021/dynamic
environments:
development:
cpu:
min: 2
max: 4
memory:
min: 4
max: 8
cpu: 2
memory: 4
staging:
cpu:
min: 2
max: 4
memory:
min: 4
max: 8
cpu: 4
memory: 4
production:
cpu:
min: 8
max: 16
memory:
min: 8
max: 16
cpu: 8
memory: 8
label: 2021 Hawaii Dynamic Services
model: HAWAII_2021
test:
Loading