-
Notifications
You must be signed in to change notification settings - Fork 9
/
cdk.context.json
136 lines (136 loc) · 4.32 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
{
"vpc-provider:account=793209430381:filter.vpc-id=vpc-0645d186bfaa090df:region=us-east-1:returnAsymmetricSubnets=true": {
"vpcId": "vpc-0645d186bfaa090df",
"vpcCidrBlock": "10.16.0.0/16",
"availabilityZones": [],
"subnetGroups": [
{
"name": "Private",
"type": "Private",
"subnets": [
{
"subnetId": "subnet-048a6009673ee4bfb",
"cidr": "10.16.0.0/20",
"availabilityZone": "us-east-1a",
"routeTableId": "rtb-09e374706e82d0f8d"
},
{
"subnetId": "subnet-0acfef3631d6210f0",
"cidr": "10.16.16.0/20",
"availabilityZone": "us-east-1a",
"routeTableId": "rtb-09e374706e82d0f8d"
},
{
"subnetId": "subnet-067e7f00f2e57df91",
"cidr": "10.16.48.0/20",
"availabilityZone": "us-east-1a",
"routeTableId": "rtb-09e374706e82d0f8d"
},
{
"subnetId": "subnet-0419e2ab2dffaada6",
"cidr": "10.16.32.0/20",
"availabilityZone": "us-east-1a",
"routeTableId": "rtb-09e374706e82d0f8d"
},
{
"subnetId": "subnet-00f07f6ac82aa6e34",
"cidr": "10.16.112.0/20",
"availabilityZone": "us-east-1b",
"routeTableId": "rtb-09e374706e82d0f8d"
},
{
"subnetId": "subnet-0cd61277d99c80a96",
"cidr": "10.16.96.0/20",
"availabilityZone": "us-east-1b",
"routeTableId": "rtb-09e374706e82d0f8d"
},
{
"subnetId": "subnet-0e9c59c4aea923399",
"cidr": "10.16.64.0/20",
"availabilityZone": "us-east-1b",
"routeTableId": "rtb-09e374706e82d0f8d"
},
{
"subnetId": "subnet-055aa02200af0425b",
"cidr": "10.16.80.0/20",
"availabilityZone": "us-east-1b",
"routeTableId": "rtb-09e374706e82d0f8d"
},
{
"subnetId": "subnet-0b7ffda389de0fc88",
"cidr": "10.16.144.0/20",
"availabilityZone": "us-east-1c",
"routeTableId": "rtb-09e374706e82d0f8d"
},
{
"subnetId": "subnet-0cf46bc59b3f89eff",
"cidr": "10.16.128.0/20",
"availabilityZone": "us-east-1c",
"routeTableId": "rtb-09e374706e82d0f8d"
},
{
"subnetId": "subnet-02d72fba9d164232e",
"cidr": "10.16.176.0/20",
"availabilityZone": "us-east-1c",
"routeTableId": "rtb-09e374706e82d0f8d"
},
{
"subnetId": "subnet-05c94fe546fdfe2ed",
"cidr": "10.16.160.0/20",
"availabilityZone": "us-east-1c",
"routeTableId": "rtb-09e374706e82d0f8d"
}
]
}
]
},
"vpc-provider:account=793209430381:filter.vpc-id=vpc-b9dbb0c4:region=us-east-1:returnAsymmetricSubnets=true": {
"vpcId": "vpc-b9dbb0c4",
"vpcCidrBlock": "172.31.0.0/16",
"availabilityZones": [],
"subnetGroups": [
{
"name": "Public",
"type": "Public",
"subnets": [
{
"subnetId": "subnet-213bd56d",
"cidr": "172.31.16.0/20",
"availabilityZone": "us-east-1a",
"routeTableId": "rtb-01e01170"
},
{
"subnetId": "subnet-f9441fa6",
"cidr": "172.31.32.0/20",
"availabilityZone": "us-east-1b",
"routeTableId": "rtb-01e01170"
},
{
"subnetId": "subnet-b77826d1",
"cidr": "172.31.0.0/20",
"availabilityZone": "us-east-1c",
"routeTableId": "rtb-01e01170"
},
{
"subnetId": "subnet-b482a795",
"cidr": "172.31.80.0/20",
"availabilityZone": "us-east-1d",
"routeTableId": "rtb-01e01170"
},
{
"subnetId": "subnet-0792f036",
"cidr": "172.31.48.0/20",
"availabilityZone": "us-east-1e",
"routeTableId": "rtb-01e01170"
},
{
"subnetId": "subnet-5e233350",
"cidr": "172.31.64.0/20",
"availabilityZone": "us-east-1f",
"routeTableId": "rtb-01e01170"
}
]
}
]
}
}