-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcdk.context.json
39 lines (39 loc) · 1.09 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
{
"vpc-provider:account=168126166438:filter.isDefault=true:region=us-west-2:returnAsymmetricSubnets=true": {
"vpcId": "vpc-34d3a851",
"vpcCidrBlock": "172.31.0.0/16",
"availabilityZones": [],
"subnetGroups": [
{
"name": "Public",
"type": "Public",
"subnets": [
{
"subnetId": "subnet-a77830c2",
"cidr": "172.31.16.0/20",
"availabilityZone": "us-west-2a",
"routeTableId": "rtb-04f7b661"
},
{
"subnetId": "subnet-9b4c22ec",
"cidr": "172.31.32.0/20",
"availabilityZone": "us-west-2b",
"routeTableId": "rtb-04f7b661"
},
{
"subnetId": "subnet-9a38b8c3",
"cidr": "172.31.0.0/20",
"availabilityZone": "us-west-2c",
"routeTableId": "rtb-04f7b661"
},
{
"subnetId": "subnet-0c35f927",
"cidr": "172.31.48.0/20",
"availabilityZone": "us-west-2d",
"routeTableId": "rtb-04f7b661"
}
]
}
]
}
}