-
Notifications
You must be signed in to change notification settings - Fork 2
/
td.json
62 lines (62 loc) · 1.79 KB
/
td.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
59
60
61
62
{
"taskDefinitionArn": "arn:aws:ecs:us-east-1:242451166731:task-definition/app",
"containerDefinitions": [
{
"name": "app",
"image": "242451166731.dkr.ecr.us-east-1.amazonaws.com/app_repo",
"cpu": 2048,
"memoryReservation": 4096,
"portMappings": [
{
"containerPort": 3000,
"hostPort": 3000,
"protocol": "tcp"
}
],
"essential": true,
"environment": [],
"mountPoints": [],
"volumesFrom": [],
"systemControls": []
}
],
"family": "app",
"taskRoleArn": "arn:aws:iam::242451166731:role/ecsTaskExecutionRole",
"executionRoleArn": "arn:aws:iam::242451166731:role/ecsTaskExecutionRole",
"networkMode": "awsvpc",
"volumes": [],
"status": "ACTIVE",
"requiresAttributes": [
{
"name": "com.amazonaws.ecs.capability.ecr-auth"
},
{
"name": "com.amazonaws.ecs.capability.docker-remote-api.1.21"
},
{
"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"
}
],
"placementConstraints": [],
"compatibilities": [
"EC2",
"FARGATE"
],
"requiresCompatibilities": [
"FARGATE"
],
"cpu": "2048",
"memory": "4096",
"registeredAt": "2024-04-16T22:49:56.652Z",
"registeredBy": "arn:aws:iam::242451166731:user/mando",
"tags": []
}