-
Notifications
You must be signed in to change notification settings - Fork 0
/
cdk.context.json
63 lines (63 loc) · 1.84 KB
/
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"vpc-provider:account=163482350712:filter.vpc-id=vpc-3e2dcd5a:region=eu-west-1:returnAsymmetricSubnets=true": {
"vpcId": "vpc-3e2dcd5a",
"vpcCidrBlock": "172.31.0.0/16",
"availabilityZones": [],
"subnetGroups": [
{
"name": "Private",
"type": "Private",
"subnets": [
{
"subnetId": "subnet-0a13eaa85e3cd0cb8",
"cidr": "172.31.60.0/24",
"availabilityZone": "eu-west-1a",
"routeTableId": "rtb-060cf1fb8d72ec095"
},
{
"subnetId": "subnet-0ac98725c6484452e",
"cidr": "172.31.61.0/24",
"availabilityZone": "eu-west-1b",
"routeTableId": "rtb-03545829cf36aa40f"
}
]
},
{
"name": "Public",
"type": "Public",
"subnets": [
{
"subnetId": "subnet-02a774c7253a43448",
"cidr": "172.31.55.0/24",
"availabilityZone": "eu-west-1a",
"routeTableId": "rtb-02fbb0f291d58f612"
},
{
"subnetId": "subnet-f9a46f9d",
"cidr": "172.31.0.0/20",
"availabilityZone": "eu-west-1a",
"routeTableId": "rtb-e7b16383"
},
{
"subnetId": "subnet-47a25131",
"cidr": "172.31.16.0/20",
"availabilityZone": "eu-west-1b",
"routeTableId": "rtb-e7b16383"
},
{
"subnetId": "subnet-0835aa96fba229418",
"cidr": "172.31.56.0/24",
"availabilityZone": "eu-west-1b",
"routeTableId": "rtb-02fbb0f291d58f612"
},
{
"subnetId": "subnet-ab2b23f2",
"cidr": "172.31.32.0/20",
"availabilityZone": "eu-west-1c",
"routeTableId": "rtb-e7b16383"
}
]
}
]
}
}