-
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.62 KB
/
cdk.context.json
File metadata and controls
52 lines (52 loc) · 1.62 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=060795931112:filter.isDefault=true:region=us-east-1:returnAsymmetricSubnets=true": {
"vpcId": "vpc-0bcff40932a6e4189",
"vpcCidrBlock": "172.31.0.0/16",
"ownerAccountId": "060795931112",
"availabilityZones": [],
"subnetGroups": [
{
"name": "Public",
"type": "Public",
"subnets": [
{
"subnetId": "subnet-09b24ec05e7b0f772",
"cidr": "172.31.80.0/20",
"availabilityZone": "us-east-1a",
"routeTableId": "rtb-09760b9cd63aaa195"
},
{
"subnetId": "subnet-0f7dc171f3f098478",
"cidr": "172.31.16.0/20",
"availabilityZone": "us-east-1b",
"routeTableId": "rtb-09760b9cd63aaa195"
},
{
"subnetId": "subnet-0c9e0823dda0465a5",
"cidr": "172.31.32.0/20",
"availabilityZone": "us-east-1c",
"routeTableId": "rtb-09760b9cd63aaa195"
},
{
"subnetId": "subnet-08248ed6cc01b1992",
"cidr": "172.31.0.0/20",
"availabilityZone": "us-east-1d",
"routeTableId": "rtb-09760b9cd63aaa195"
},
{
"subnetId": "subnet-03d324a533293544e",
"cidr": "172.31.48.0/20",
"availabilityZone": "us-east-1e",
"routeTableId": "rtb-09760b9cd63aaa195"
},
{
"subnetId": "subnet-083ae8c88a76fbc65",
"cidr": "172.31.64.0/20",
"availabilityZone": "us-east-1f",
"routeTableId": "rtb-09760b9cd63aaa195"
}
]
}
]
}
}