We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e49fff9 + 0a99af1 commit 4a0cd82Copy full SHA for 4a0cd82
main.tf
@@ -392,8 +392,8 @@ resource "aws_ecs_task_definition" "cloud-agent" {
392
count = var.create ? 1 : 0
393
family = "depot-connection-${var.connection-id}-cloud-agent"
394
requires_compatibilities = ["FARGATE"]
395
- cpu = 512
396
- memory = 1024
+ cpu = 2024
+ memory = 4096
397
network_mode = "awsvpc"
398
execution_role_arn = aws_iam_role.execution-role[0].arn
399
task_role_arn = aws_iam_role.cloud-agent[0].arn
0 commit comments