-
Notifications
You must be signed in to change notification settings - Fork 0
/
task-definition.json
58 lines (58 loc) · 1.49 KB
/
task-definition.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
55
56
57
58
{
"ipcMode": null,
"executionRoleArn": "arn:aws:iam::942713161206:role/ecsTaskExecutionRole",
"containerDefinitions": [
{
"dnsSearchDomains": null,
"logConfiguration": null,
"entryPoint": null,
"portMappings": [],
"command": null,
"linuxParameters": null,
"cpu": 0,
"environment": [],
"resourceRequirements": null,
"ulimits": null,
"dnsServers": null,
"mountPoints": [],
"workingDirectory": null,
"secrets": null,
"dockerSecurityOptions": null,
"memory": 256,
"memoryReservation": null,
"volumesFrom": [],
"stopTimeout": null,
"image": "inql/start-owl-api:latest",
"startTimeout": null,
"firelensConfiguration": null,
"dependsOn": null,
"disableNetworking": null,
"interactive": null,
"healthCheck": null,
"essential": true,
"links": null,
"hostname": null,
"extraHosts": null,
"pseudoTerminal": null,
"user": null,
"readonlyRootFilesystem": null,
"dockerLabels": null,
"systemControls": null,
"privileged": null,
"name": "start-owl-container"
}
],
"placementConstraints": [],
"memory": null,
"taskRoleArn": "arn:aws:iam::942713161206:role/ecsTaskExecutionRole",
"family": "start-owl-task",
"pidMode": null,
"requiresCompatibilities": [
"EC2"
],
"networkMode": "host",
"cpu": null,
"inferenceAccelerators": null,
"proxyConfiguration": null,
"volumes": []
}