-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtask.definition.json
More file actions
50 lines (50 loc) · 1.76 KB
/
task.definition.json
File metadata and controls
50 lines (50 loc) · 1.76 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
{
"taskDefinition": {
"taskDefinitionArn": "arn:aws:ecs:eu-north-1:677602393757:task-definition/typescript-graphql-api-templateuserservice:1",
"containerDefinitions": [
{
"name": "typescript-graphql-api-templateuserservice",
"image": "677602393757.dkr.ecr.eu-north-1.amazonaws.com/typescript-graphql-api-templateuserservice:latest",
"cpu": 0,
"portMappings": [
{
"containerPort": 8002,
"hostPort": 8002,
"protocol": "tcp"
}
],
"essential": true,
"environment": [],
"mountPoints": [],
"volumesFrom": []
}
],
"family": "typescript-graphql-api-templateuserservice",
"executionRoleArn": "arn:aws:iam::677602393757:role/ecsTaskExecutionRole",
"networkMode": "awsvpc",
"revision": 1,
"volumes": [],
"status": "ACTIVE",
"requiresAttributes": [
{
"name": "com.amazonaws.ecs.capability.ecr-auth"
},
{
"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": "256",
"memory": "512",
"registeredAt": "2023-06-12T19:50:22.039000+01:00",
"registeredBy": "arn:aws:iam::677602393757:user/perfection"
}
}