-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcdk.context.json
More file actions
52 lines (52 loc) · 1.51 KB
/
cdk.context.json
File metadata and controls
52 lines (52 loc) · 1.51 KB
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
{
"vpc-provider:account=444019693453:filter.isDefault=true:region=us-east-1:returnAsymmetricSubnets=true": {
"vpcId": "vpc-6565661f",
"vpcCidrBlock": "172.31.0.0/16",
"ownerAccountId": "444019693453",
"availabilityZones": [],
"subnetGroups": [
{
"name": "Public",
"type": "Public",
"subnets": [
{
"subnetId": "subnet-673ece38",
"cidr": "172.31.32.0/20",
"availabilityZone": "us-east-1a",
"routeTableId": "rtb-3932bd47"
},
{
"subnetId": "subnet-fb996e9d",
"cidr": "172.31.0.0/20",
"availabilityZone": "us-east-1b",
"routeTableId": "rtb-3932bd47"
},
{
"subnetId": "subnet-790ffd58",
"cidr": "172.31.80.0/20",
"availabilityZone": "us-east-1c",
"routeTableId": "rtb-3932bd47"
},
{
"subnetId": "subnet-ff6ee9b2",
"cidr": "172.31.16.0/20",
"availabilityZone": "us-east-1d",
"routeTableId": "rtb-3932bd47"
},
{
"subnetId": "subnet-5ec9f260",
"cidr": "172.31.48.0/20",
"availabilityZone": "us-east-1e",
"routeTableId": "rtb-3932bd47"
},
{
"subnetId": "subnet-05b1180b",
"cidr": "172.31.64.0/20",
"availabilityZone": "us-east-1f",
"routeTableId": "rtb-3932bd47"
}
]
}
]
}
}