Skip to content

Commit

Permalink
Increase ecs task cpu and memory
Browse files Browse the repository at this point in the history
  • Loading branch information
shrir committed Nov 4, 2024
1 parent ee7d2ad commit 52cde78
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions deploy/aws/ecs-task-definition-prod.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
{
"name": "app",
"image": "050206582437.dkr.ecr.eu-central-1.amazonaws.com/chapter-app-repository-prod:latest",
"cpu": "256",
"memory": "512",
"cpu": "1024",
"memory": "2048",
"essential": true,
"command": ["litestar", "run", "--host", "0.0.0.0"],
"dependsOn": [
Expand Down Expand Up @@ -365,8 +365,8 @@
},
"networkMode": "awsvpc",
"requiresCompatibilities": ["FARGATE"],
"cpu": "1024",
"memory": "2048",
"cpu": "2048",
"memory": "3072",
"executionRoleArn": "arn:aws:iam::050206582437:role/chapter-app-ecs-task-execution-role-prod",
"taskRoleArn": "arn:aws:iam::050206582437:role/chapter-app-ecs-task-role-prod"
}

0 comments on commit 52cde78

Please sign in to comment.