chore(aws): increased size

This commit is contained in:
Stan Girard 2023-12-03 17:19:10 +01:00
parent 779b6647ef
commit 8c0eb3a465

View File

@ -1,11 +1,13 @@
{ {
"taskDefinitionArn": "arn:aws:ecs:eu-west-3:253053805092:task-definition/quivr-prod-chat:2", "taskDefinitionArn": "arn:aws:ecs:eu-west-3:253053805092:task-definition/quivr-prod-chat:71",
"containerDefinitions": [ "containerDefinitions": [
{ {
"name": "quivr-chat", "name": "quivr-chat",
"image": "253053805092.dkr.ecr.eu-west-3.amazonaws.com/quivr:85ae06c82935028d828f60f35c7e0a47fdee1ff2", "image": "253053805092.dkr.ecr.eu-west-3.amazonaws.com/quivr:35bd4727c67790d295a474dd81dfbef8469365e8",
"cpu": "256", "cpu": 1024,
"memory": "1024", "memory": 2048,
"memoryReservation": 2048,
"portMappings": [],
"essential": true, "essential": true,
"command": [ "command": [
"celery", "celery",
@ -31,7 +33,8 @@
"awslogs-group": "/ecs/quivr-production-chat", "awslogs-group": "/ecs/quivr-production-chat",
"awslogs-region": "eu-west-3", "awslogs-region": "eu-west-3",
"awslogs-stream-prefix": "ecs" "awslogs-stream-prefix": "ecs"
} },
"secretOptions": []
} }
} }
], ],
@ -39,7 +42,7 @@
"taskRoleArn": "arn:aws:iam::253053805092:role/ecsTaskExecutionRole", "taskRoleArn": "arn:aws:iam::253053805092:role/ecsTaskExecutionRole",
"executionRoleArn": "arn:aws:iam::253053805092:role/ecsTaskExecutionRole", "executionRoleArn": "arn:aws:iam::253053805092:role/ecsTaskExecutionRole",
"networkMode": "awsvpc", "networkMode": "awsvpc",
"revision": 2, "revision": 71,
"volumes": [], "volumes": [],
"status": "ACTIVE", "status": "ACTIVE",
"requiresAttributes": [ "requiresAttributes": [
@ -58,6 +61,9 @@
{ {
"name": "ecs.capability.env-files.s3" "name": "ecs.capability.env-files.s3"
}, },
{
"name": "com.amazonaws.ecs.capability.docker-remote-api.1.21"
},
{ {
"name": "com.amazonaws.ecs.capability.task-iam-role" "name": "com.amazonaws.ecs.capability.task-iam-role"
}, },
@ -82,13 +88,13 @@
"requiresCompatibilities": [ "requiresCompatibilities": [
"FARGATE" "FARGATE"
], ],
"cpu": "256", "cpu": "1024",
"memory": "1024", "memory": "2048",
"runtimePlatform": { "runtimePlatform": {
"cpuArchitecture": "X86_64", "cpuArchitecture": "X86_64",
"operatingSystemFamily": "LINUX" "operatingSystemFamily": "LINUX"
}, },
"registeredAt": "2023-08-18T15:31:07.701Z", "registeredAt": "2023-12-03T15:54:51.921Z",
"registeredBy": "arn:aws:iam::253053805092:root", "registeredBy": "arn:aws:iam::253053805092:root",
"tags": [] "tags": []
} }