-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcdk.context.json
More file actions
90 lines (90 loc) · 2.62 KB
/
Copy pathcdk.context.json
File metadata and controls
90 lines (90 loc) · 2.62 KB
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
{
"vpc-provider:account=854573354511:filter.vpc-id=vpc-0caf6f6042c6f2b7c:region=us-west-2:returnAsymmetricSubnets=true": {
"vpcId": "vpc-0caf6f6042c6f2b7c",
"vpcCidrBlock": "10.0.0.0/16",
"ownerAccountId": "854573354511",
"availabilityZones": [],
"subnetGroups": [
{
"name": "Private",
"type": "Private",
"subnets": [
{
"subnetId": "subnet-0ad4e026b3cc7967c",
"cidr": "10.0.128.0/20",
"availabilityZone": "us-west-2a",
"routeTableId": "rtb-09cd10117b820e813"
},
{
"subnetId": "subnet-01f26382365904892",
"cidr": "10.0.144.0/20",
"availabilityZone": "us-west-2b",
"routeTableId": "rtb-09bf645d8185c9bde"
}
]
},
{
"name": "Public",
"type": "Public",
"subnets": [
{
"subnetId": "subnet-0cbc0d8757a36bf8f",
"cidr": "10.0.0.0/20",
"availabilityZone": "us-west-2a",
"routeTableId": "rtb-06fe30263f35f8e4c"
},
{
"subnetId": "subnet-0c218e166613a171b",
"cidr": "10.0.16.0/20",
"availabilityZone": "us-west-2b",
"routeTableId": "rtb-06fe30263f35f8e4c"
}
]
}
]
},
"vpc-provider:account=854573354511:filter.vpc-id=vpc-0108360d661166fc3:region=us-west-2:returnAsymmetricSubnets=true": {
"vpcId": "vpc-0108360d661166fc3",
"vpcCidrBlock": "10.0.0.0/16",
"ownerAccountId": "854573354511",
"availabilityZones": [],
"subnetGroups": [
{
"name": "Private",
"type": "Private",
"subnets": [
{
"subnetId": "subnet-05e760c117b6657e3",
"cidr": "10.0.128.0/20",
"availabilityZone": "us-west-2a",
"routeTableId": "rtb-0fd175354f0cec26a"
},
{
"subnetId": "subnet-0f8d0114ccd0711d7",
"cidr": "10.0.144.0/20",
"availabilityZone": "us-west-2b",
"routeTableId": "rtb-05a2db9b667f682da"
}
]
},
{
"name": "Public",
"type": "Public",
"subnets": [
{
"subnetId": "subnet-07dadf5e9b3a6a043",
"cidr": "10.0.0.0/20",
"availabilityZone": "us-west-2a",
"routeTableId": "rtb-0e07b6dc9fb6c0e3e"
},
{
"subnetId": "subnet-0a8aca5e4cba73dc3",
"cidr": "10.0.16.0/20",
"availabilityZone": "us-west-2b",
"routeTableId": "rtb-0e07b6dc9fb6c0e3e"
}
]
}
]
}
}