-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaidetector-prod.json
54 lines (54 loc) · 1.6 KB
/
aidetector-prod.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"containerDefinitions": [
{
"name": "aidetector-prod",
"image": "110727845776.dkr.ecr.us-east-1.amazonaws.com/aidetector",
"cpu": 4096,
"memory": 15360,
"portMappings": [
{
"name": "aidetector-prod-80-tcp",
"containerPort": 80,
"hostPort": 80,
"protocol": "tcp",
"appProtocol": "http"
}
],
"essential": true,
"environment": [],
"mountPoints": [],
"volumesFrom": [],
"logConfiguration": {
"logDriver": "awslogs",
"options": {
"awslogs-create-group": "true",
"awslogs-group": "/ecs/aidetector-prod",
"awslogs-region": "us-east-1",
"awslogs-stream-prefix": "ecs"
}
},
"resourceRequirements": [
{
"value": "1",
"type": "GPU"
}
]
}
],
"family": "aidetector-prod",
"taskRoleArn": "arn:aws:iam::110727845776:role/backend-role-prod",
"executionRoleArn": "arn:aws:iam::110727845776:role/ecsTaskExecutionRole",
"networkMode": "bridge",
"volumes": [],
"placementConstraints": [],
"requiresCompatibilities": [
"EC2"
],
"cpu": "4096",
"memory": "15360",
"runtimePlatform": {
"cpuArchitecture": "X86_64",
"operatingSystemFamily": "LINUX"
},
"tags": []
}