-
Notifications
You must be signed in to change notification settings - Fork 0
/
task-template-sandbox.json
41 lines (41 loc) · 1.09 KB
/
task-template-sandbox.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
{
"executionRoleArn": "arn:aws:iam::212764437395:role/ecsTaskExecutionRole",
"taskRoleArn": "arn:aws:iam::212764437395:role/ECSaccessCognito",
"containerDefinitions": [
{
"logConfiguration": {
"logDriver": "awslogs",
"options": {
"awslogs-group": "/ecs/asset-cloud-needs-forecaster",
"awslogs-region": "us-east-1",
"awslogs-stream-prefix": "ecs"
}
},
"portMappings": [
{
"hostPort": 8080,
"protocol": "tcp",
"containerPort": 8080
},
{
"hostPort": 3000,
"protocol": "tcp",
"containerPort": 3000
}
],
"memoryReservation": 4096,
"image": "072699300807.dkr.ecr.us-east-1.amazonaws.com/needs_forecaster:latest",
"name": "needs-forecaster",
"environment": [
{
"name": "ENV",
"value": "sandbox"
}
]
}
],
"memory": "4096",
"family": "asset-cloud-needs-forecaster-sandbox",
"networkMode": "awsvpc",
"cpu": "2048"
}