2023-06-02 10:28:26 +03:00
|
|
|
{
|
2024-01-23 02:02:00 +03:00
|
|
|
"taskDefinitionArn": "arn:aws:ecs:eu-west-3:253053805092:task-definition/quivr:160",
|
|
|
|
"containerDefinitions": [
|
|
|
|
{
|
|
|
|
"name": "quivr",
|
|
|
|
"image": "253053805092.dkr.ecr.eu-west-3.amazonaws.com/quivr:bada136312ad3497664c3562a36b263d43c89c53",
|
|
|
|
"cpu": "2048",
|
2024-02-22 23:46:24 +03:00
|
|
|
"memory": "8192",
|
2024-01-23 02:02:00 +03:00
|
|
|
"portMappings": [
|
2023-06-02 10:28:26 +03:00
|
|
|
{
|
2024-01-23 02:02:00 +03:00
|
|
|
"name": "quivr-5050-tcp",
|
|
|
|
"containerPort": 5050,
|
|
|
|
"hostPort": 5050,
|
|
|
|
"protocol": "tcp",
|
|
|
|
"appProtocol": "http"
|
2023-06-02 10:28:26 +03:00
|
|
|
}
|
2024-01-23 02:02:00 +03:00
|
|
|
],
|
|
|
|
"essential": true,
|
|
|
|
"command": [
|
|
|
|
"uvicorn",
|
|
|
|
"main:app",
|
|
|
|
"--host",
|
|
|
|
"0.0.0.0",
|
|
|
|
"--port",
|
|
|
|
"5050",
|
|
|
|
"--workers",
|
|
|
|
"6"
|
|
|
|
],
|
|
|
|
"environment": [],
|
|
|
|
"environmentFiles": [
|
2023-06-02 10:28:26 +03:00
|
|
|
{
|
2024-01-23 02:02:00 +03:00
|
|
|
"value": "arn:aws:s3:::quivr-env-variables/production.env",
|
|
|
|
"type": "s3"
|
2023-06-02 10:28:26 +03:00
|
|
|
}
|
2024-01-23 02:02:00 +03:00
|
|
|
],
|
|
|
|
"mountPoints": [],
|
|
|
|
"volumesFrom": [],
|
|
|
|
"logConfiguration": {
|
|
|
|
"logDriver": "awslogs",
|
|
|
|
"options": {
|
|
|
|
"awslogs-create-group": "true",
|
|
|
|
"awslogs-group": "/ecs/quivr",
|
|
|
|
"awslogs-region": "eu-west-3",
|
|
|
|
"awslogs-stream-prefix": "ecs"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"family": "quivr",
|
|
|
|
"taskRoleArn": "arn:aws:iam::253053805092:role/ecsTaskExecutionRole",
|
|
|
|
"executionRoleArn": "arn:aws:iam::253053805092:role/ecsTaskExecutionRole",
|
|
|
|
"networkMode": "awsvpc",
|
|
|
|
"revision": 160,
|
|
|
|
"volumes": [],
|
|
|
|
"status": "ACTIVE",
|
|
|
|
"requiresAttributes": [
|
|
|
|
{
|
|
|
|
"name": "com.amazonaws.ecs.capability.logging-driver.awslogs"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "ecs.capability.execution-role-awslogs"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "com.amazonaws.ecs.capability.ecr-auth"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "com.amazonaws.ecs.capability.docker-remote-api.1.19"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "ecs.capability.env-files.s3"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "com.amazonaws.ecs.capability.task-iam-role"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "ecs.capability.execution-role-ecr-pull"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "com.amazonaws.ecs.capability.docker-remote-api.1.18"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "ecs.capability.task-eni"
|
2023-06-02 10:28:26 +03:00
|
|
|
},
|
2024-01-23 02:02:00 +03:00
|
|
|
{
|
|
|
|
"name": "com.amazonaws.ecs.capability.docker-remote-api.1.29"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"placementConstraints": [],
|
|
|
|
"compatibilities": ["EC2", "FARGATE"],
|
|
|
|
"requiresCompatibilities": ["FARGATE"],
|
|
|
|
"cpu": "2048",
|
2024-02-22 23:46:24 +03:00
|
|
|
"memory": "8192",
|
2024-01-23 02:02:00 +03:00
|
|
|
"runtimePlatform": {
|
|
|
|
"cpuArchitecture": "X86_64",
|
|
|
|
"operatingSystemFamily": "LINUX"
|
|
|
|
},
|
|
|
|
"registeredAt": "2023-07-27T13:27:07.192Z",
|
|
|
|
"registeredBy": "arn:aws:iam::253053805092:root",
|
|
|
|
"tags": []
|
|
|
|
}
|