-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcdk.context.json
51 lines (51 loc) · 1.42 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
{
"availability-zones:account=590183969109:region=us-east-2": [
"us-east-2a",
"us-east-2b",
"us-east-2c"
],
"vpc-provider:account=590183969109:filter.tag:Name=devAVpc:region=us-east-2:returnAsymmetricSubnets=true": {
"vpcId": "vpc-0cb1ecd2b290d16c5",
"vpcCidrBlock": "10.0.0.0/16",
"ownerAccountId": "590183969109",
"availabilityZones": [],
"subnetGroups": [
{
"name": "Public",
"type": "Public",
"subnets": [
{
"subnetId": "subnet-03a886474404dd5e0",
"cidr": "10.0.0.0/18",
"availabilityZone": "us-east-2a",
"routeTableId": "rtb-09757afcc35cabed1"
},
{
"subnetId": "subnet-01baefcf3f1869d59",
"cidr": "10.0.64.0/18",
"availabilityZone": "us-east-2b",
"routeTableId": "rtb-03d0b614905edb3a0"
}
]
},
{
"name": "Private",
"type": "Private",
"subnets": [
{
"subnetId": "subnet-05bac5a182f364871",
"cidr": "10.0.128.0/18",
"availabilityZone": "us-east-2a",
"routeTableId": "rtb-0cdf7ed93c3aa5751"
},
{
"subnetId": "subnet-0b5daca03ed6c992e",
"cidr": "10.0.192.0/18",
"availabilityZone": "us-east-2b",
"routeTableId": "rtb-08edb88dc9e1f1120"
}
]
}
]
}
}