-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmlflow-task-def.json
More file actions
125 lines (125 loc) · 3.9 KB
/
mlflow-task-def.json
File metadata and controls
125 lines (125 loc) · 3.9 KB
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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
{
"taskDefinitionArn": "arn:aws:ecs:us-east-1:932100697590:task-definition/hokusai-mlflow-development:19",
"containerDefinitions": [
{
"name": "hokusai-mlflow",
"image": "932100697590.dkr.ecr.us-east-1.amazonaws.com/hokusai/mlflow:latest",
"cpu": 0,
"portMappings": [
{
"containerPort": 5000,
"hostPort": 5000,
"protocol": "tcp"
}
],
"essential": true,
"environment": [
{
"name": "REDIS_HOST",
"value": "master.hokusai-redis-development.lenvj6.use1.cache.amazonaws.com"
},
{
"name": "MLFLOW_PORT",
"value": "5000"
},
{
"name": "REDIS_TLS_ENABLED",
"value": "true"
},
{
"name": "REDIS_PORT",
"value": "6379"
},
{
"name": "ENVIRONMENT",
"value": "development"
},
{
"name": "MLFLOW_HOST",
"value": "0.0.0.0"
}
],
"mountPoints": [],
"volumesFrom": [],
"secrets": [
{
"name": "REDIS_AUTH_TOKEN",
"valueFrom": "arn:aws:secretsmanager:us-east-1:932100697590:secret:hokusai/redis/development/auth-token-0GWWJx:auth_token::"
}
],
"logConfiguration": {
"logDriver": "awslogs",
"options": {
"awslogs-group": "/ecs/hokusai-mlflow-development",
"awslogs-region": "us-east-1",
"awslogs-stream-prefix": "ecs"
}
},
"healthCheck": {
"command": [
"CMD-SHELL",
"curl -f http://localhost:5000/health || exit 1"
],
"interval": 30,
"timeout": 5,
"retries": 3,
"startPeriod": 60
},
"systemControls": []
}
],
"family": "hokusai-mlflow-development",
"taskRoleArn": "arn:aws:iam::932100697590:role/hokusai-data-pipeline-ecs-task-development",
"executionRoleArn": "arn:aws:iam::932100697590:role/hokusai-data-pipeline-ecs-execution-development",
"networkMode": "awsvpc",
"revision": 19,
"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.secrets.asm.environment-variables"
},
{
"name": "com.amazonaws.ecs.capability.task-iam-role"
},
{
"name": "ecs.capability.container-health-check"
},
{
"name": "ecs.capability.execution-role-ecr-pull"
},
{
"name": "com.amazonaws.ecs.capability.docker-remote-api.1.18"
},
{
"name": "ecs.capability.task-eni"
},
{
"name": "com.amazonaws.ecs.capability.docker-remote-api.1.29"
}
],
"placementConstraints": [],
"compatibilities": [
"EC2",
"FARGATE"
],
"requiresCompatibilities": [
"FARGATE"
],
"cpu": "1024",
"memory": "2048",
"registeredAt": "2025-08-12T11:38:07.439000-04:00",
"registeredBy": "arn:aws:iam::932100697590:user/togilvie"
}