-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcdk.context.json
138 lines (138 loc) · 4.3 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
137
138
{
"vpc-provider:account=738774084799:filter.vpc-id=vpc-097d47536b3f417c4:region=us-east-1:returnAsymmetricSubnets=true": {
"vpcId": "vpc-097d47536b3f417c4",
"vpcCidrBlock": "10.198.18.0/23",
"ownerAccountId": "738774084799",
"availabilityZones": [],
"subnetGroups": [
{
"name": "Private",
"type": "Private",
"subnets": [
{
"subnetId": "subnet-0686830c8f285372f",
"cidr": "10.202.50.0/25",
"availabilityZone": "us-east-1a",
"routeTableId": "rtb-099fb26b4bd40b2c9"
},
{
"subnetId": "subnet-077d5743bb28959e9",
"cidr": "10.198.19.0/25",
"availabilityZone": "us-east-1a",
"routeTableId": "rtb-099fb26b4bd40b2c9"
},
{
"subnetId": "subnet-06f96304e57d580b0",
"cidr": "10.202.32.0/21",
"availabilityZone": "us-east-1a",
"routeTableId": "rtb-099fb26b4bd40b2c9"
},
{
"subnetId": "subnet-05ece8d685d9c1174",
"cidr": "10.202.40.0/21",
"availabilityZone": "us-east-1b",
"routeTableId": "rtb-0b755aef04a34158d"
},
{
"subnetId": "subnet-08e8c0be597ef3d91",
"cidr": "10.202.50.128/25",
"availabilityZone": "us-east-1b",
"routeTableId": "rtb-0b755aef04a34158d"
},
{
"subnetId": "subnet-01da66527fd102e95",
"cidr": "10.198.19.128/25",
"availabilityZone": "us-east-1b",
"routeTableId": "rtb-0b755aef04a34158d"
},
{
"subnetId": "subnet-0602b20a4a745f6d0",
"cidr": "10.202.51.0/25",
"availabilityZone": "us-east-1c",
"routeTableId": "rtb-099fb26b4bd40b2c9"
},
{
"subnetId": "subnet-0d8c8d4f3cd11a25b",
"cidr": "10.202.51.128/25",
"availabilityZone": "us-east-1d",
"routeTableId": "rtb-0b755aef04a34158d"
}
]
},
{
"name": "Public",
"type": "Public",
"subnets": [
{
"subnetId": "subnet-0492f30b8d90642d7",
"cidr": "10.198.18.0/25",
"availabilityZone": "us-east-1a",
"routeTableId": "rtb-0a479e4ddd81275b4"
},
{
"subnetId": "subnet-09bcc03f543f7bdbc",
"cidr": "10.198.18.128/25",
"availabilityZone": "us-east-1b",
"routeTableId": "rtb-0a479e4ddd81275b4"
}
]
}
]
},
"vpc-provider:account=413034898429:filter.vpc-id=vpc-0284ec975b459d347:region=us-east-1:returnAsymmetricSubnets=true": {
"vpcId": "vpc-0284ec975b459d347",
"vpcCidrBlock": "10.0.0.0/16",
"ownerAccountId": "413034898429",
"availabilityZones": [],
"subnetGroups": [
{
"name": "Private",
"type": "Private",
"subnets": [
{
"subnetId": "subnet-027380b6088dfef9e",
"cidr": "10.0.128.0/20",
"availabilityZone": "us-east-1a",
"routeTableId": "rtb-06c1b248c8ec2cae7"
},
{
"subnetId": "subnet-0bdead50e27556216",
"cidr": "10.0.144.0/20",
"availabilityZone": "us-east-1b",
"routeTableId": "rtb-0c81945d3731666c6"
},
{
"subnetId": "subnet-046747e9d4b88c083",
"cidr": "10.0.160.0/20",
"availabilityZone": "us-east-1c",
"routeTableId": "rtb-05ea657bbbc324323"
}
]
},
{
"name": "Public",
"type": "Public",
"subnets": [
{
"subnetId": "subnet-0dcc57523b6af6422",
"cidr": "10.0.0.0/20",
"availabilityZone": "us-east-1a",
"routeTableId": "rtb-038c2c40f6881e2df"
},
{
"subnetId": "subnet-00b5bb2af89838993",
"cidr": "10.0.16.0/20",
"availabilityZone": "us-east-1b",
"routeTableId": "rtb-038c2c40f6881e2df"
},
{
"subnetId": "subnet-08f7badd5f4acc87d",
"cidr": "10.0.32.0/20",
"availabilityZone": "us-east-1c",
"routeTableId": "rtb-038c2c40f6881e2df"
}
]
}
]
}
}