-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathcdk.context.json
57 lines (57 loc) · 1.68 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
{
"vpc-provider:account=544941453660:filter.vpc-id=vpc-0a2cad50c98aed83f:region=us-west-2:returnAsymmetricSubnets=true": {
"vpcId": "vpc-0a2cad50c98aed83f",
"vpcCidrBlock": "10.1.0.0/16",
"availabilityZones": [],
"subnetGroups": [
{
"name": "Public",
"type": "Public",
"subnets": [
{
"subnetId": "subnet-0e54dca418681baea",
"cidr": "10.1.1.0/24",
"availabilityZone": "us-west-2a",
"routeTableId": "rtb-07554cc894c7d32e1"
},
{
"subnetId": "subnet-0df39c32e58bd7e1f",
"cidr": "10.1.2.0/24",
"availabilityZone": "us-west-2b",
"routeTableId": "rtb-07554cc894c7d32e1"
},
{
"subnetId": "subnet-0a965061996a78e2a",
"cidr": "10.1.3.0/24",
"availabilityZone": "us-west-2c",
"routeTableId": "rtb-07554cc894c7d32e1"
}
]
},
{
"name": "Private",
"type": "Private",
"subnets": [
{
"subnetId": "subnet-00cffda429f0df548",
"cidr": "10.1.11.0/24",
"availabilityZone": "us-west-2a",
"routeTableId": "rtb-070de71135b89465b"
},
{
"subnetId": "subnet-0c6c99165c3d25c30",
"cidr": "10.1.12.0/24",
"availabilityZone": "us-west-2b",
"routeTableId": "rtb-070de71135b89465b"
},
{
"subnetId": "subnet-0b19efa3cccd13b09",
"cidr": "10.1.13.0/24",
"availabilityZone": "us-west-2c",
"routeTableId": "rtb-070de71135b89465b"
}
]
}
]
}
}