-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcdk-default.json
More file actions
34 lines (34 loc) · 1012 Bytes
/
cdk-default.json
File metadata and controls
34 lines (34 loc) · 1012 Bytes
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
{
"context": {
"clusterVersion": "1.11",
"nodeAmiMap": {
"us-west-2": "ami-0c28139856aaf9c3b",
"us-east-1": "ami-0eeeef929db40543c",
"us-east-2": "ami-0484545fe7d3da96f",
"eu-central-1": "ami-032ed5525d4df2de3",
"eu-north-1": "ami-0154b2479ba20f8bb",
"eu-west-1": "ami-098fb7e9b507904e7",
"eu-west-2": "ami-0d69ab00cb41d6eda",
"eu-west-3": "ami-018ebb030cf6ae00b",
"ap-northeast-1": "ami-07fdc9272ce5b0ce5",
"ap-northeast-2": "ami-091e0e1906e653417",
"ap-south-1": "ami-0b6f791fc54125a8a",
"ap-southeast-1": "ami-038d55c26bf01998f",
"ap-southeast-2": "ami-0e07b5081bb77d540"
},
"vpcCidr": "10.0.0.0/16",
"subnetCidrMask": 24,
"maxSize": 3,
"minSize": 1,
"desiredCapacity": 2,
"clusterStackName": "",
"nodeGroupStackName": "",
"clusterName": "",
"vpcName": "",
"keyPairName": "",
"natGateways": 0,
"maxAZs": 2,
"instanceClass": "t3",
"instanceSize": "medium"
}
}