-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathcdk.context.json
114 lines (114 loc) · 3.49 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
{
"vpc-provider:account=319679068466:filter.vpc-id=vpc-08ee9f2dbd1c97ac6:region=us-east-2:returnAsymmetricSubnets=true": {
"vpcId": "vpc-08ee9f2dbd1c97ac6",
"vpcCidrBlock": "10.0.0.0/16",
"ownerAccountId": "319679068466",
"availabilityZones": [],
"subnetGroups": [
{
"name": "Private",
"type": "Private",
"subnets": [
{
"subnetId": "subnet-030239254288fd0e7",
"cidr": "10.0.128.0/20",
"availabilityZone": "us-east-2a",
"routeTableId": "rtb-0eac5143fdee217b1"
},
{
"subnetId": "subnet-0dc511eb64eb30af4",
"cidr": "10.0.144.0/20",
"availabilityZone": "us-east-2b",
"routeTableId": "rtb-060303a8c63a302e4"
},
{
"subnetId": "subnet-020b9b57675370e1d",
"cidr": "10.0.160.0/20",
"availabilityZone": "us-east-2c",
"routeTableId": "rtb-002542a1cfede5d20"
}
]
},
{
"name": "Public",
"type": "Public",
"subnets": [
{
"subnetId": "subnet-09a1d88d2a43cd4ee",
"cidr": "10.0.0.0/20",
"availabilityZone": "us-east-2a",
"routeTableId": "rtb-041c53c39c72f1464"
},
{
"subnetId": "subnet-045d1fd4eca95fc18",
"cidr": "10.0.16.0/20",
"availabilityZone": "us-east-2b",
"routeTableId": "rtb-041c53c39c72f1464"
},
{
"subnetId": "subnet-0a1c092e20ee066f3",
"cidr": "10.0.32.0/20",
"availabilityZone": "us-east-2c",
"routeTableId": "rtb-041c53c39c72f1464"
}
]
}
]
},
"vpc-provider:account=838612679705:filter.vpc-id=vpc-0cf2339a10213911d:region=ap-northeast-2:returnAsymmetricSubnets=true": {
"vpcId": "vpc-0cf2339a10213911d",
"vpcCidrBlock": "172.31.0.0/16",
"ownerAccountId": "838612679705",
"availabilityZones": [],
"subnetGroups": [
{
"name": "Isolated",
"type": "Isolated",
"subnets": [
{
"subnetId": "subnet-0baa1f1fabdb9da2c",
"cidr": "172.31.64.0/20",
"availabilityZone": "ap-northeast-2a",
"routeTableId": "rtb-019dbb60a34501397"
},
{
"subnetId": "subnet-0f068f224bc07f682",
"cidr": "172.31.80.0/20",
"availabilityZone": "ap-northeast-2c",
"routeTableId": "rtb-019dbb60a34501397"
}
]
},
{
"name": "Public",
"type": "Public",
"subnets": [
{
"subnetId": "subnet-0e6cae9618143306b",
"cidr": "172.31.0.0/20",
"availabilityZone": "ap-northeast-2a",
"routeTableId": "rtb-0bc3df48e3ec480f9"
},
{
"subnetId": "subnet-0125eb28c07b47722",
"cidr": "172.31.16.0/20",
"availabilityZone": "ap-northeast-2b",
"routeTableId": "rtb-0bc3df48e3ec480f9"
},
{
"subnetId": "subnet-0959b7009325e36a6",
"cidr": "172.31.32.0/20",
"availabilityZone": "ap-northeast-2c",
"routeTableId": "rtb-0bc3df48e3ec480f9"
},
{
"subnetId": "subnet-06caf83b69db873e5",
"cidr": "172.31.48.0/20",
"availabilityZone": "ap-northeast-2d",
"routeTableId": "rtb-0bc3df48e3ec480f9"
}
]
}
]
}
}