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

Merge branch 'min-max' into 'main'

AWS CPU and Memory

See merge request !781
parents a1961977 3b46e11a
No related branches found
Tags 0.2.3
1 merge request!781AWS CPU and Memory
Pipeline #426750 passed
......@@ -11,11 +11,14 @@ nshms:
baseHref: /ws/nshmp/alaska-2007/dynamic
environments:
development:
instanceType: c7g.large
cpu: 2
memory: 4
staging:
instanceType: c7g.large
cpu: 2
memory: 4
# production:
# instanceType: c7g.large
# cpu: 2
# memory: 4
label: 2007 Alaska Dynamic Services
model: ALASKA_2007
test:
......@@ -33,11 +36,14 @@ nshms:
baseHref: /ws/nshmp/alaska-2023/dynamic
environments:
development:
instanceType: r7g.xlarge
cpu: 4
memory: 32
staging:
instanceType: c7g.4xlarge
cpu: 8
memory: 32
production:
instanceType: c7g.4xlarge
cpu: 8
memory: 32
label: 2023 Alaska Dynamic Services (beta)
model: ALASKA_2023
test:
......@@ -55,11 +61,14 @@ nshms:
baseHref: /ws/nshmp/conus-2018/dynamic
environments:
development:
instanceType: r7g.xlarge
cpu: 4
memory: 32
staging:
instanceType: c7g.2xlarge
cpu: 8
memory: 32
production:
instanceType: c7g.4xlarge
cpu: 16
memory: 32
label: 2018 Conterminous U.S. Dynamic Services
model: CONUS_2018
test:
......@@ -77,11 +86,14 @@ nshms:
baseHref: /ws/nshmp/conus-2023/dynamic
environments:
development:
instanceType: r7g.xlarge
cpu: 4
memory: 32
staging:
instanceType: c7g.2xlarge
cpu: 8
memory: 32
production:
instanceType: c7g.4xlarge
cpu: 16
memory: 32
label: 2023 Conterminous U.S. Dynamic Services (beta)
model: CONUS_2023
test:
......@@ -99,11 +111,14 @@ nshms:
baseHref: /ws/nshmp/hawaii-2021/dynamic
environments:
development:
instanceType: c7g.large
cpu: 2
memory: 4
staging:
instanceType: c7g.xlarge
cpu: 4
memory: 4
production:
instanceType: c7g.2xlarge
cpu: 8
memory: 8
label: 2021 Hawaii Dynamic Services
model: HAWAII_2021
test:
......
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