-
Notifications
You must be signed in to change notification settings - Fork 2
/
tf-prod.json
48 lines (48 loc) · 1.18 KB
/
tf-prod.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
{
"family": "poomasi-server",
"containerDefinitions": [
{
"name": "spring",
"image": "881490087445.dkr.ecr.ap-northeast-2.amazonaws.com/poomasi-server:latest",
"cpu": 0,
"portMappings": [
{
"name": "http",
"containerPort": 8080,
"hostPort": 0,
"protocol": "tcp",
"appProtocol": "http"
}
],
"essential": true,
"environment": [],
"mountPoints": [],
"volumesFrom": [],
"logConfiguration": {
"logDriver": "awslogs",
"options": {
"awslogs-group": "/ecs/poomasi-server",
"mode": "non-blocking",
"awslogs-create-group": "true",
"max-buffer-size": "25m",
"awslogs-region": "ap-northeast-2",
"awslogs-stream-prefix": "ecs"
}
},
"systemControls": []
}
],
"executionRoleArn": "arn:aws:iam::881490087445:role/ecsTaskExecutionRole",
"networkMode": "bridge",
"volumes": [],
"placementConstraints": [],
"requiresCompatibilities": [
"EC2"
],
"cpu": "512",
"memory": "512",
"runtimePlatform": {
"cpuArchitecture": "X86_64",
"operatingSystemFamily": "LINUX"
}
}