-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathcdk.context.json
More file actions
61 lines (61 loc) · 1.79 KB
/
cdk.context.json
File metadata and controls
61 lines (61 loc) · 1.79 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
{
"vpc-provider:account=766544332211:filter.vpc-id=vpc-53412ffeeddccbb12:region=eu-west-2:returnAsymmetricSubnets=true": {
"vpcId": "vpc-53412ffeeddccbb12",
"vpcCidrBlock": "10.190.0.0/16",
"ownerAccountId": "591291862413",
"availabilityZones": [],
"subnetGroups": [
{
"name": "Private",
"type": "Private",
"subnets": [
{
"subnetId": "subnet-53412ffeeddccbbaa",
"cidr": "10.190.96.0/19",
"availabilityZone": "eu-west-2a",
"routeTableId": "rtb-53412ffeeddccbbab"
},
{
"subnetId": "subnet-53412ffeeddccbbac",
"cidr": "10.190.128.0/19",
"availabilityZone": "eu-west-2b",
"routeTableId": "rtb-53412ffeeddccbbad"
},
{
"subnetId": "subnet-53412ffeeddccbbae",
"cidr": "10.190.160.0/19",
"availabilityZone": "eu-west-2c",
"routeTableId": "rtb-53412ffeeddccbbaf"
}
]
},
{
"name": "Public",
"type": "Public",
"subnets": [
{
"subnetId": "subnet-53412ffeeddccbba1",
"cidr": "10.190.0.0/19",
"availabilityZone": "eu-west-2a",
"routeTableId": "rtb-53412ffeeddccbba2"
},
{
"subnetId": "subnet-53412ffeeddccbba3",
"cidr": "10.190.32.0/19",
"availabilityZone": "eu-west-2b",
"routeTableId": "rtb-53412ffeeddccbba4"
},
{
"subnetId": "subnet-53412ffeeddccbba5",
"cidr": "10.190.64.0/19",
"availabilityZone": "eu-west-2c",
"routeTableId": "rtb-53412ffeeddccbba6"
}
]
}
]
},
"acknowledged-issue-numbers": [
34892
]
}