-
Notifications
You must be signed in to change notification settings - Fork 2
/
task-definition.json
executable file
·62 lines (62 loc) · 1.77 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
59
60
61
62
{
"taskDefinitionArn": "arn:aws:ecs:ap-northeast-2:528993883127:task-definition/task-nestjs:28",
"containerDefinitions": [
{
"name": "container-nestjs",
"image": "528993883127.dkr.ecr.ap-northeast-2.amazonaws.com/repository-nestjs:ed67926e252db6e9dd99ab7d0e072777645b8085",
"cpu": 0,
"portMappings": [
{
"containerPort": 3000,
"hostPort": 3000,
"protocol": "tcp"
}
],
"essential": true,
"environment": [],
"mountPoints": [],
"volumesFrom": []
}
],
"family": "task-nestjs",
"taskRoleArn": "arn:aws:iam::528993883127:role/role-nestjs",
"executionRoleArn": "arn:aws:iam::528993883127:role/ecsTaskExecutionRole",
"networkMode": "awsvpc",
"revision": 28,
"volumes": [],
"status": "ACTIVE",
"requiresAttributes": [
{
"name": "com.amazonaws.ecs.capability.ecr-auth"
},
{
"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": "1024",
"memory": "3072",
"runtimePlatform": {
"cpuArchitecture": "X86_64",
"operatingSystemFamily": "LINUX"
},
"registeredAt": "2023-07-16T15:51:06.233Z",
"registeredBy": "arn:aws:iam::528993883127:user/sejin",
"tags": []
}