-
Notifications
You must be signed in to change notification settings - Fork 0
/
cdk.context.json
83 lines (83 loc) · 2.47 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
{
"ssm:account=637423243766:parameterName=/platform/vpc/id:region=us-east-1": "vpc-046f16cf844a62248",
"vpc-provider:account=637423243766:filter.vpc-id=vpc-046f16cf844a62248:region=us-east-1:returnAsymmetricSubnets=true": {
"vpcId": "vpc-046f16cf844a62248",
"vpcCidrBlock": "10.112.0.0/16",
"ownerAccountId": "637423243766",
"availabilityZones": [],
"subnetGroups": [
{
"name": "IsolatedSubnet",
"type": "Isolated",
"subnets": [
{
"subnetId": "subnet-0dcf98492743533be",
"cidr": "10.112.96.0/22",
"availabilityZone": "us-east-1a",
"routeTableId": "rtb-08864d3869e570e85"
},
{
"subnetId": "subnet-070ec02d64880fde7",
"cidr": "10.112.100.0/22",
"availabilityZone": "us-east-1b",
"routeTableId": "rtb-077fb1ed5b865f707"
}
]
},
{
"name": "VpnSubnet",
"type": "Isolated",
"subnets": [
{
"subnetId": "subnet-08f5eb62aaaadef6d",
"cidr": "10.112.104.0/27",
"availabilityZone": "us-east-1a",
"routeTableId": "rtb-0d2e6bd07bec381bf"
},
{
"subnetId": "subnet-0b5491bdae1124cc5",
"cidr": "10.112.104.32/27",
"availabilityZone": "us-east-1b",
"routeTableId": "rtb-0f34a65fd8769b084"
}
]
},
{
"name": "PublicSubnet",
"type": "Public",
"subnets": [
{
"subnetId": "subnet-0cbaffa2bbd8e32fc",
"cidr": "10.112.0.0/21",
"availabilityZone": "us-east-1a",
"routeTableId": "rtb-0b889e05e274579e7"
},
{
"subnetId": "subnet-08f617d1fc7d4c2b5",
"cidr": "10.112.8.0/21",
"availabilityZone": "us-east-1b",
"routeTableId": "rtb-0fcb851b64309c240"
}
]
},
{
"name": "PrivateSubnet",
"type": "Private",
"subnets": [
{
"subnetId": "subnet-01a9e26e8a9c96007",
"cidr": "10.112.32.0/19",
"availabilityZone": "us-east-1a",
"routeTableId": "rtb-03a2f4c3d520e6ce1"
},
{
"subnetId": "subnet-046f84689069f75a8",
"cidr": "10.112.64.0/19",
"availabilityZone": "us-east-1b",
"routeTableId": "rtb-0adb3e7e549fc48e2"
}
]
}
]
}
}