-
Notifications
You must be signed in to change notification settings - Fork 0
/
cdk.context.json
39 lines (39 loc) · 1.12 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
{
"availability-zones:account=072179961767:region=eu-west-1": [
"eu-west-1a",
"eu-west-1b",
"eu-west-1c"
],
"vpc-provider:account=072179961767:filter.isDefault=true:region=eu-west-1:returnAsymmetricSubnets=true": {
"vpcId": "vpc-0754a59e5ea9888ab",
"vpcCidrBlock": "172.31.0.0/16",
"ownerAccountId": "072179961767",
"availabilityZones": [],
"subnetGroups": [
{
"name": "Public",
"type": "Public",
"subnets": [
{
"subnetId": "subnet-01367c35fa9092cf5",
"cidr": "172.31.0.0/20",
"availabilityZone": "eu-west-1a",
"routeTableId": "rtb-07076fb57bfacb6de"
},
{
"subnetId": "subnet-0dc2feb7ac58b9312",
"cidr": "172.31.16.0/20",
"availabilityZone": "eu-west-1b",
"routeTableId": "rtb-07076fb57bfacb6de"
},
{
"subnetId": "subnet-059bfb2ca4d8f29da",
"cidr": "172.31.32.0/20",
"availabilityZone": "eu-west-1c",
"routeTableId": "rtb-07076fb57bfacb6de"
}
]
}
]
}
}