-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathcdk.context.json
More file actions
117 lines (117 loc) · 3.44 KB
/
Copy pathcdk.context.json
File metadata and controls
117 lines (117 loc) · 3.44 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
{
"hosted-zone:account=449431850278:domainName=imap-mission.com:region=us-west-2": {
"Id": "/hostedzone/Z03339253QEJJ9EWM67GM",
"Name": "imap-mission.com."
},
"hosted-zone:account=449431850278:domainName=dev.imap-mission.com:region=us-west-2": {
"Id": "/hostedzone/Z02876793IYZV6BGYMPHK",
"Name": "dev.imap-mission.com."
},
"availability-zones:account=449431850278:region=us-west-2": [
"us-west-2a",
"us-west-2b",
"us-west-2c",
"us-west-2d"
],
"availability-zones:account=449431850278:region=us-east-1": [
"us-east-1a",
"us-east-1b",
"us-east-1c",
"us-east-1d",
"us-east-1e",
"us-east-1f"
],
"hosted-zone:account=449431850278:domainName=imap-mission.com:region=us-east-1": {
"Id": "/hostedzone/Z03339253QEJJ9EWM67GM",
"Name": "imap-mission.com."
},
"availability-zones:account=593025701104:region=us-west-2": [
"us-west-2a",
"us-west-2b",
"us-west-2c",
"us-west-2d"
],
"acknowledged-issue-numbers": [
32775
],
"vpc-provider:account=593025701104:filter.vpc-id=vpc-06c55c4a0dfa8d78c:region=us-west-2:returnAsymmetricSubnets=true": {
"vpcId": "vpc-06c55c4a0dfa8d78c",
"vpcCidrBlock": "10.0.0.0/16",
"ownerAccountId": "593025701104",
"availabilityZones": [],
"subnetGroups": [
{
"name": "PrivateVPC",
"type": "Private",
"subnets": [
{
"subnetId": "subnet-0260c82a23491ed2c",
"cidr": "10.0.0.0/24",
"availabilityZone": "us-west-2a",
"routeTableId": "rtb-0291c5b0b4e41c80f"
},
{
"subnetId": "subnet-00c4298f7ff1c6114",
"cidr": "10.0.1.0/24",
"availabilityZone": "us-west-2b",
"routeTableId": "rtb-027d6e7bee4385edb"
},
{
"subnetId": "subnet-0f878456b109b4680",
"cidr": "10.0.2.0/24",
"availabilityZone": "us-west-2c",
"routeTableId": "rtb-0188826f9437cbcc4"
}
]
},
{
"name": "PublicVPC",
"type": "Public",
"subnets": [
{
"subnetId": "subnet-0fe6e6e20705d6280",
"cidr": "10.0.64.0/18",
"availabilityZone": "us-west-2a",
"routeTableId": "rtb-00fcc723b022ef8ae"
},
{
"subnetId": "subnet-060f7186c6927f2fd",
"cidr": "10.0.128.0/18",
"availabilityZone": "us-west-2b",
"routeTableId": "rtb-0762b6a802d267015"
},
{
"subnetId": "subnet-0993781dbae3b50c9",
"cidr": "10.0.192.0/18",
"availabilityZone": "us-west-2c",
"routeTableId": "rtb-0eedf56bef304ef5f"
}
]
},
{
"name": "IsolatedVPC",
"type": "Isolated",
"subnets": [
{
"subnetId": "subnet-05f51d290727a4273",
"cidr": "10.0.3.0/24",
"availabilityZone": "us-west-2a",
"routeTableId": "rtb-0490ddf3fb79b6618"
},
{
"subnetId": "subnet-08f5b384c241b96d7",
"cidr": "10.0.4.0/24",
"availabilityZone": "us-west-2b",
"routeTableId": "rtb-0eeaa6362c10e1871"
},
{
"subnetId": "subnet-0dd32476f6496f3ec",
"cidr": "10.0.5.0/24",
"availabilityZone": "us-west-2c",
"routeTableId": "rtb-01397225d1a929ea9"
}
]
}
]
}
}