Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F32115842
D15453.1765018367.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D15453.1765018367.diff
View Options
diff --git a/services/terraform/remote/service_blob.tf b/services/terraform/remote/service_blob.tf
--- a/services/terraform/remote/service_blob.tf
+++ b/services/terraform/remote/service_blob.tf
@@ -70,7 +70,7 @@
execution_role_arn = aws_iam_role.ecs_task_execution.arn
network_mode = "bridge"
cpu = "512"
- memory = "512"
+ memory = local.is_staging ? "512" : "2048"
requires_compatibilities = ["EC2"]
# Set this to true if you want to keep old revisions
diff --git a/services/terraform/remote/service_tunnelbroker.tf b/services/terraform/remote/service_tunnelbroker.tf
--- a/services/terraform/remote/service_tunnelbroker.tf
+++ b/services/terraform/remote/service_tunnelbroker.tf
@@ -157,8 +157,8 @@
task_role_arn = aws_iam_role.services_ddb_full_access.arn
execution_role_arn = aws_iam_role.ecs_task_execution.arn
network_mode = "bridge"
- cpu = "256"
- memory = "256"
+ cpu = local.is_staging ? "256" : "512"
+ memory = local.is_staging ? "256" : "2048"
requires_compatibilities = ["EC2"]
# Set this to true if you want to keep old revisions
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Dec 6, 10:52 AM (19 h, 9 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5836677
Default Alt Text
D15453.1765018367.diff (1 KB)
Attached To
Mode
D15453: [terraform] Bump resources for Blob and Tunnelbroker
Attached
Detach File
Event Timeline
Log In to Comment