-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathtask-definition.json
More file actions
33 lines (32 loc) · 898 Bytes
/
task-definition.json
File metadata and controls
33 lines (32 loc) · 898 Bytes
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
{
"requiresCompatibilities": [
"FARGATE"
],
"inferenceAccelerators": [],
"containerDefinitions": [
{
"name": "ecs-devops-noah",
"image": "ecs-devops-noah-repository:00000",
"resourceRequirements": null,
"essential": true,
"portMappings": [
{
"containerPort": "80",
"protocol": "tcp"
},
{
"containerPort": "8080",
"protocol": "tcp"
}
]
}
],
"volumes": [],
"networkMode": "awsvpc",
"memory": "1024",
"cpu": "512",
"executionRoleArn": "arn:aws:iam::452023117481:role/ecs-devops-noah-execution-role",
"family": "ecs-devops-noah-task-definition",
"taskRoleArn": "",
"placementConstraints": []
}