-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathcdk.context.json
58 lines (58 loc) · 1.77 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
{
"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": "Private",
"type": "Private",
"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"
}
]
}
]
}
}