Skip to content
Snippets Groups Projects
Commit 17b983ba authored by Chelsea Gille's avatar Chelsea Gille
Browse files

Increase EC2 resources to 8 vCPU to allow more concurrent IICS processes

parent 6686ee78
No related branches found
No related tags found
1 merge request!40INPLATFORM-462: Increase EC2 resources to 8 vCPU to allow more concurrent IICS processes
...@@ -58,7 +58,7 @@ variable "container_hostname" { ...@@ -58,7 +58,7 @@ variable "container_hostname" {
} }
variable "container_memory" { variable "container_memory" {
default = 15360 # 15GiB default = 31744 # 31GiB
} }
variable "instance_ebs_size" { variable "instance_ebs_size" {
...@@ -69,7 +69,7 @@ variable "instance_ebs_size" { ...@@ -69,7 +69,7 @@ variable "instance_ebs_size" {
# supported instance types for launch configuration. See `container_memory` above for # supported instance types for launch configuration. See `container_memory` above for
# configuring memory for container process. # configuring memory for container process.
variable "instance_type" { variable "instance_type" {
default = "t2.xlarge" # 4 vCPU, 16 GB default = "t2.2xlarge" # 8 vCPU, 32 GB
} }
variable "container_app_port" { variable "container_app_port" {
......
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