-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathservicedef.json
More file actions
67 lines (67 loc) · 1.43 KB
/
Copy pathservicedef.json
File metadata and controls
67 lines (67 loc) · 1.43 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
62
63
64
65
66
67
{
"deploymentConfiguration": {
"deploymentCircuitBreaker": {
"enable": false,
"rollback": false
},
"maximumPercent": 200,
"minimumHealthyPercent": 100
},
"deploymentController": {
"type": "ECS"
},
"desiredCount": 1,
"enableECSManagedTags": false,
"enableExecuteCommand": false,
"healthCheckGracePeriodSeconds": 0,
"launchType": "FARGATE",
"loadBalancers": [
{
"containerName": "app",
"containerPort": 8080,
"targetGroupArn": "arn:aws:elasticloadbalancing:us-east-2:539916835077:targetgroup/example-app-on-ecs/094d5a952d1f9f8c"
}
],
"networkConfiguration": {
"awsvpcConfiguration": {
"assignPublicIp": "DISABLED",
"securityGroups": [
"sg-0cf049bb4d7ba464b",
"sg-0f6fa2b2a402a0471"
],
"subnets": [
"subnet-0fcec5832905228be",
"subnet-00e0ddd410f2fe8f6",
"subnet-0444ba406ffd7370d"
]
}
},
"pendingCount": 0,
"platformFamily": "Linux",
"platformVersion": "LATEST",
"propagateTags": "SERVICE",
"runningCount": 0,
"schedulingStrategy": "REPLICA",
"tags": [
{
"key": "Environment",
"value": "ue2"
},
{
"key": "Stage",
"value": "sandbox"
},
{
"key": "Tenant",
"value": "plat"
},
{
"key": "Namespace",
"value": "cplive"
},
{
"key": "Name",
"value": "cplive-plat-ue2-sandbox-example-app-on-ecs"
}
]
}