-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcdk.context.json
95 lines (95 loc) · 2.74 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
{
"vpc-provider:account=364076391763:filter.vpc-id=vpc-0533af7fdb40791a7:region=us-east-2:returnAsymmetricSubnets=true": {
"vpcId": "vpc-0533af7fdb40791a7",
"vpcCidrBlock": "10.0.0.0/16",
"ownerAccountId": "364076391763",
"availabilityZones": [],
"subnetGroups": [
{
"name": "Private",
"type": "Private",
"subnets": [
{
"subnetId": "subnet-06cc0f82ca98607f0",
"cidr": "10.0.128.0/18",
"availabilityZone": "us-east-2a",
"routeTableId": "rtb-090bb707b646f9477"
},
{
"subnetId": "subnet-0a23fe75ddcae8741",
"cidr": "10.0.192.0/18",
"availabilityZone": "us-east-2b",
"routeTableId": "rtb-0fff8ec25fab02cbf"
}
]
},
{
"name": "Public",
"type": "Public",
"subnets": [
{
"subnetId": "subnet-0da86c74b26023379",
"cidr": "10.0.0.0/18",
"availabilityZone": "us-east-2a",
"routeTableId": "rtb-0ad129d8e286ed69a"
},
{
"subnetId": "subnet-0e0c6bb5a6a2de244",
"cidr": "10.0.64.0/18",
"availabilityZone": "us-east-2b",
"routeTableId": "rtb-0f644f9c935366b00"
}
]
}
]
},
"availability-zones:account=364076391763:region=us-east-2": [
"us-east-2a",
"us-east-2b",
"us-east-2c"
],
"vpc-provider:account=364076391763:filter.vpc-id=vpc-047536235f57fd54e:region=us-east-2:returnAsymmetricSubnets=true": {
"vpcId": "vpc-047536235f57fd54e",
"vpcCidrBlock": "10.0.0.0/16",
"ownerAccountId": "364076391763",
"availabilityZones": [],
"subnetGroups": [
{
"name": "Public",
"type": "Public",
"subnets": [
{
"subnetId": "subnet-0dd60e4fe971059ae",
"cidr": "10.0.0.0/18",
"availabilityZone": "us-east-2a",
"routeTableId": "rtb-07ef7922990140b3f"
},
{
"subnetId": "subnet-097f648c8a0b03f4d",
"cidr": "10.0.64.0/18",
"availabilityZone": "us-east-2b",
"routeTableId": "rtb-00095ff6433156c56"
}
]
},
{
"name": "Private",
"type": "Private",
"subnets": [
{
"subnetId": "subnet-0b7ddbb5bd249d0f2",
"cidr": "10.0.128.0/18",
"availabilityZone": "us-east-2a",
"routeTableId": "rtb-0f1ac79ca1d2f7475"
},
{
"subnetId": "subnet-0af0f95b2efbee0ad",
"cidr": "10.0.192.0/18",
"availabilityZone": "us-east-2b",
"routeTableId": "rtb-080c239ddf9027b29"
}
]
}
]
}
}