-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcdk.context.json
44 lines (44 loc) · 1.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
{
"vpc-provider:account=331102492406:filter.isDefault=true:region=ap-southeast-1:returnAsymmetricSubnets=true": {
"vpcId": "vpc-0c216002144e4ec09",
"vpcCidrBlock": "172.31.0.0/16",
"availabilityZones": [],
"vpnGatewayId": "vgw-09210893c61fffd0c",
"subnetGroups": [
{
"name": "Public",
"type": "Public",
"subnets": [
{
"subnetId": "subnet-0aaa3edef28be227a",
"cidr": "172.31.16.0/20",
"availabilityZone": "ap-southeast-1a",
"routeTableId": "rtb-00c0c608cbf9feb04"
},
{
"subnetId": "subnet-0189f24b250cba57e",
"cidr": "172.31.32.0/20",
"availabilityZone": "ap-southeast-1b",
"routeTableId": "rtb-00c0c608cbf9feb04"
},
{
"subnetId": "subnet-05a23ab40b8b30618",
"cidr": "172.31.0.0/20",
"availabilityZone": "ap-southeast-1c",
"routeTableId": "rtb-00c0c608cbf9feb04"
}
]
}
]
},
"availability-zones:account=331102492406:region=ap-southeast-1": [
"ap-southeast-1a",
"ap-southeast-1b",
"ap-southeast-1c"
],
"availability-zones:account=453549961616:region=ap-southeast-1": [
"ap-southeast-1a",
"ap-southeast-1b",
"ap-southeast-1c"
]
}