forked from aws-samples/i-love-my-local-farmer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcdk.context.json
56 lines (56 loc) · 1.74 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
{
"vpcId": "vpc-08e80cc4a16cfe7de",
"onPremiseCidr": "172.16.0.0/16",
"domain": "ilovemylocalfarmer.com",
"dns": [
"172.16.0.94",
"172.16.0.126"
],
"clientVpnCidr": "172.31.0.0/16",
"clientVpnCertificate": "arn:aws:acm:eu-west-1:433621526002:certificate/f09c1fca-1ffd-4768-b4e6-7f424f2f7c61",
"DomainAdminSecretArn": "arn:aws:secretsmanager:eu-west-1:433621526002:secret:DomainAdminPassword-bkMygJ",
"vpc-provider:account=433621526002:filter.vpc-id=vpc-08e80cc4a16cfe7de:region=eu-west-1:returnAsymmetricSubnets=true": {
"vpcId": "vpc-08e80cc4a16cfe7de",
"vpcCidrBlock": "172.30.0.0/16",
"availabilityZones": [],
"vpnGatewayId": "vgw-0763ab2be144fa3d3",
"subnetGroups": [
{
"name": "Private",
"type": "Private",
"subnets": [
{
"subnetId": "subnet-0a09bd99e088ba02c",
"cidr": "172.30.128.0/18",
"availabilityZone": "eu-west-1a",
"routeTableId": "rtb-0148e3842aae53b8b"
},
{
"subnetId": "subnet-0e3872c05f4f16fe9",
"cidr": "172.30.192.0/18",
"availabilityZone": "eu-west-1b",
"routeTableId": "rtb-0ff2d5a0981d71a85"
}
]
},
{
"name": "Public",
"type": "Public",
"subnets": [
{
"subnetId": "subnet-0b1522e5c438446d2",
"cidr": "172.30.0.0/18",
"availabilityZone": "eu-west-1a",
"routeTableId": "rtb-0a10b7c910078e2f1"
},
{
"subnetId": "subnet-0527ace6a2e3a7dd7",
"cidr": "172.30.64.0/18",
"availabilityZone": "eu-west-1b",
"routeTableId": "rtb-07f3aa9932be0b75d"
}
]
}
]
}
}