-
Notifications
You must be signed in to change notification settings - Fork 0
/
cdk.context.json
50 lines (50 loc) · 1.43 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
{
"vpc-provider:account=853558080719:filter.isDefault=true:region=us-west-2:returnAsymmetricSubnets=true": {
"vpcId": "vpc-ed97fe95",
"vpcCidrBlock": "172.31.0.0/16",
"ownerAccountId": "853558080719",
"availabilityZones": [],
"subnetGroups": [
{
"name": "Public",
"type": "Public",
"subnets": [
{
"subnetId": "subnet-fb8661b1",
"cidr": "172.31.32.0/20",
"availabilityZone": "us-west-2a",
"routeTableId": "rtb-e27b3199"
},
{
"subnetId": "subnet-8a30caf2",
"cidr": "172.31.16.0/20",
"availabilityZone": "us-west-2b",
"routeTableId": "rtb-e27b3199"
},
{
"subnetId": "subnet-e14396bc",
"cidr": "172.31.0.0/20",
"availabilityZone": "us-west-2c",
"routeTableId": "rtb-e27b3199"
},
{
"subnetId": "subnet-723f7359",
"cidr": "172.31.48.0/20",
"availabilityZone": "us-west-2d",
"routeTableId": "rtb-e27b3199"
}
]
}
]
},
"availability-zones:account=853558080719:region=us-west-2": [
"us-west-2a",
"us-west-2b",
"us-west-2c",
"us-west-2d"
],
"hosted-zone:account=853558080719:domainName=delta-backend.xyz:region=us-west-2": {
"Id": "/hostedzone/Z061650539BO6YWF9XDMA",
"Name": "delta-backend.xyz."
}
}