-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcdk.context.json
More file actions
57 lines (57 loc) · 1.6 KB
/
cdk.context.json
File metadata and controls
57 lines (57 loc) · 1.6 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
{
"vpc-provider:account=838223663339:filter.vpc-id=vpc-0a80e435cc7a23539:region=eu-central-1:returnAsymmetricSubnets=true": {
"vpcId": "vpc-0a80e435cc7a23539",
"vpcCidrBlock": "10.0.0.0/16",
"availabilityZones": [],
"subnetGroups": [
{
"name": "Isolated",
"type": "Isolated",
"subnets": [
{
"subnetId": "subnet-0a1fc268ff67c88fe",
"cidr": "10.0.96.0/20",
"availabilityZone": "eu-central-1a",
"routeTableId": "rtb-0cad7e23222dc9a60"
}
]
},
{
"name": "Private",
"type": "Private",
"subnets": [
{
"subnetId": "subnet-0a7a0a3d8744f386f",
"cidr": "10.0.128.0/20",
"availabilityZone": "eu-central-1a",
"routeTableId": "rtb-0fb139e26faf2866f"
},
{
"subnetId": "subnet-080a99253fa7f5a12",
"cidr": "10.0.144.0/20",
"availabilityZone": "eu-central-1b",
"routeTableId": "rtb-0886563fd16832d90"
}
]
},
{
"name": "Public",
"type": "Public",
"subnets": [
{
"subnetId": "subnet-05f06d57a1389f223",
"cidr": "10.0.0.0/20",
"availabilityZone": "eu-central-1a",
"routeTableId": "rtb-0495a87c785931e00"
},
{
"subnetId": "subnet-026e1999bbb0bb80c",
"cidr": "10.0.16.0/20",
"availabilityZone": "eu-central-1b",
"routeTableId": "rtb-0495a87c785931e00"
}
]
}
]
}
}