-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathaviso-core-qa-td.json
More file actions
61 lines (61 loc) · 1.45 KB
/
aviso-core-qa-td.json
File metadata and controls
61 lines (61 loc) · 1.45 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
51
52
53
54
55
56
57
58
59
60
61
{
"family": "aviso-core-dev-service-td",
"containerDefinitions": [
{
"name": "aviso-core",
"image": "369521641981.dkr.ecr.us-east-1.amazonaws.com/aviso-core-dev:latest",
"cpu": 0,
"portMappings": [
{
"containerPort": 8000,
"hostPort": 8000,
"protocol": "tcp"
}
],
"essential": true,
"environment": [],
"environmentFiles": [
{
"value": "arn:aws:s3:::dev-aviso-fargate-service-env/aviso-core-dev-env/.env",
"type": "s3"
}
],
"mountPoints": [],
"volumesFrom": [],
"logConfiguration": {
"logDriver": "awslogs",
"options": {
"awslogs-group": "/ecs/aviso-core-dev",
"awslogs-create-group": "true",
"awslogs-region": "us-east-1",
"awslogs-stream-prefix": "ecs"
}
},
"systemControls": []
}
],
"taskRoleArn": "arn:aws:iam::369521641981:role/ecsTaskExecutionRole",
"executionRoleArn": "arn:aws:iam::369521641981:role/ecsTaskExecutionRole",
"networkMode": "awsvpc",
"volumes": [],
"placementConstraints": [],
"requiresCompatibilities": [
"FARGATE"
],
"cpu": "1024",
"memory": "2048",
"runtimePlatform": {
"cpuArchitecture": "X86_64",
"operatingSystemFamily": "LINUX"
},
"tags": [
{
"key": "DeployedBy",
"value": "Backstage"
},
{
"key": "Environment",
"value": "dev"
}
]
}