forked from edsenabr/statement-demo-infra
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcdk.context.json
40 lines (40 loc) · 886 Bytes
/
cdk.context.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
{
"availability-zones:account=837108680928:region=us-east-1": [
"us-east-1a",
"us-east-1b",
"us-east-1c",
"us-east-1d",
"us-east-1e",
"us-east-1f"
],
"vpc": {
"cidr": "10.0.0.0/16",
"client_cidr_block": "10.1.0.0/22"
},
"kafka": {
"instanceType": "kafka.m5.4xlarge",
"volumeSize": 2000,
"number_of_broker_nodes": 3
},
"elastic": {
"instanceType": "i3.2xlarge.elasticsearch",
"instanceCount": 6,
"master" :{
"dedicated": true,
"type": "c5.large.elasticsearch",
"count": 3
},
"warm": {
"enabled": true,
"type": "ultrawarm1.medium.elasticsearch",
"count": 3
},
"shards": 3,
"replicas": 2
},
"kubernetes": {
"default_capacity": 2,
"default_capacity_instance": "m5.4xlarge",
"namespaces" : ["data-ingestion", "load-generate", "load", "search"]
}
}