-
Notifications
You must be signed in to change notification settings - Fork 0
/
cdk.context.json
122 lines (122 loc) · 3.64 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
{
"vpc-provider:account=111111111111:filter.vpc-id=vpc-11111111111111111:region=us-east-1:returnAsymmetricSubnets=true": {
"vpcId": "vpc-11111111111111111",
"availabilityZones": [],
"subnetGroups": [
{
"name": "Public",
"type": "Public",
"subnets": [
{
"subnetId": "subnet-0240a38329b9e2841",
"availabilityZone": "us-east-1a",
"routeTableId": "rtb-037fe65bfb5728835"
},
{
"subnetId": "subnet-0328da1132e7d38c2",
"availabilityZone": "us-east-1b",
"routeTableId": "rtb-07ccdcadf111c8e21"
},
{
"subnetId": "subnet-0ff88de2b066463c9",
"availabilityZone": "us-east-1c",
"routeTableId": "rtb-0232970151c7ef3fd"
}
]
},
{
"name": "Private",
"type": "Private",
"subnets": [
{
"subnetId": "subnet-0096fdd5c93924860",
"availabilityZone": "us-east-1a",
"routeTableId": "rtb-09d0493b9c095c1fa"
},
{
"subnetId": "subnet-0b4f435f11e937151",
"availabilityZone": "us-east-1b",
"routeTableId": "rtb-0dec4782dc826b93b"
},
{
"subnetId": "subnet-0136992e35ea88fe2",
"availabilityZone": "us-east-1c",
"routeTableId": "rtb-035992729886f3420"
}
]
}
]
},
"acknowledged-issue-numbers": [
19836,
19836
],
"vpc-provider:account=550767824695:filter.vpc-id=vpc-0a2a83d4e068c74c6:region=us-east-1:returnAsymmetricSubnets=true": {
"vpcId": "vpc-0a2a83d4e068c74c6",
"vpcCidrBlock": "10.16.0.0/16",
"ownerAccountId": "550767824695",
"availabilityZones": [],
"subnetGroups": [
{
"name": "Public",
"type": "Public",
"subnets": [
{
"subnetId": "subnet-07350c44836266baf",
"cidr": "10.16.0.0/20",
"availabilityZone": "us-east-1a",
"routeTableId": "rtb-036a9ee6cc1d33221"
},
{
"subnetId": "subnet-0c86b986978390648",
"cidr": "10.16.32.0/20",
"availabilityZone": "us-east-1b",
"routeTableId": "rtb-0749ec3e4e7ed67b4"
},
{
"subnetId": "subnet-03e97e0882eae5d8c",
"cidr": "10.16.64.0/20",
"availabilityZone": "us-east-1c",
"routeTableId": "rtb-0b4b29e15fcb1bf6a"
},
{
"subnetId": "subnet-0427d4869db47d5ce",
"cidr": "10.16.96.0/20",
"availabilityZone": "us-east-1d",
"routeTableId": "rtb-009b42ed61d6c68ee"
}
]
},
{
"name": "Isolated",
"type": "Isolated",
"subnets": [
{
"subnetId": "subnet-0815efd0f0efc17ed",
"cidr": "10.16.16.0/20",
"availabilityZone": "us-east-1a",
"routeTableId": "rtb-0339447e428075dd1"
},
{
"subnetId": "subnet-00ed798ceea94acf3",
"cidr": "10.16.48.0/20",
"availabilityZone": "us-east-1b",
"routeTableId": "rtb-06e13e37bda8a12e2"
},
{
"subnetId": "subnet-004b9bc74ec059f88",
"cidr": "10.16.80.0/20",
"availabilityZone": "us-east-1c",
"routeTableId": "rtb-0479e372d93d401f4"
},
{
"subnetId": "subnet-05a4413e1075d5452",
"cidr": "10.16.112.0/20",
"availabilityZone": "us-east-1d",
"routeTableId": "rtb-032cc43130f5985eb"
}
]
}
]
}
}