-
Notifications
You must be signed in to change notification settings - Fork 0
/
cdk.context.json
70 lines (70 loc) · 1.95 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
{
"vpc-provider:account=948811298696:filter.vpc-id=vpc-0fe8b9a0bf387ece1:region=us-west-2:returnAsymmetricSubnets=true": {
"vpcId": "vpc-0fe8b9a0bf387ece1",
"vpcCidrBlock": "10.0.0.0/16",
"availabilityZones": [],
"subnetGroups": [
{
"name": "Private",
"type": "Private",
"subnets": [
{
"subnetId": "subnet-0d8a88bfbe7d6d201",
"cidr": "10.0.1.0/24",
"availabilityZone": "us-west-2c",
"routeTableId": "rtb-0421cfa8a27b296e8"
}
]
},
{
"name": "Public",
"type": "Public",
"subnets": [
{
"subnetId": "subnet-0ec57aab8d5589e2a",
"cidr": "10.0.0.0/24",
"availabilityZone": "us-west-2c",
"routeTableId": "rtb-079fbde79797e2320"
}
]
}
]
},
"vpc-provider:account=948811298696:filter.isDefault=true:region=us-west-2:returnAsymmetricSubnets=true": {
"vpcId": "vpc-a93234d1",
"vpcCidrBlock": "172.31.0.0/16",
"availabilityZones": [],
"subnetGroups": [
{
"name": "Public",
"type": "Public",
"subnets": [
{
"subnetId": "subnet-3018a57a",
"cidr": "172.31.32.0/20",
"availabilityZone": "us-west-2a",
"routeTableId": "rtb-229f7c58"
},
{
"subnetId": "subnet-e494079c",
"cidr": "172.31.16.0/20",
"availabilityZone": "us-west-2b",
"routeTableId": "rtb-229f7c58"
},
{
"subnetId": "subnet-8385e7de",
"cidr": "172.31.0.0/20",
"availabilityZone": "us-west-2c",
"routeTableId": "rtb-229f7c58"
},
{
"subnetId": "subnet-0ffee424",
"cidr": "172.31.48.0/20",
"availabilityZone": "us-west-2d",
"routeTableId": "rtb-229f7c58"
}
]
}
]
}
}