-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathinventory.json
More file actions
92 lines (92 loc) · 3.61 KB
/
inventory.json
File metadata and controls
92 lines (92 loc) · 3.61 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
{
"TopLevelCategory": "AdvancedSolutions",
"Category": "Migration",
"Kits": [
{
"Name": "Windows Migration Kit",
"Description": "This template deploys all AWS components required to host a Well-Architected Migrated Windows Domain",
"Templates": [
"azmapper.yml",
"windows-migration-starter-kit.yml"
],
"UploadRequired": true,
"VpcRequired": false
}
]
},
{
"TopLevelCategory": "AdvancedSolutions",
"Category": "Migration",
"Kits": [
{
"Name": "Windows Migration AD Connector Add-On",
"Description": "This template deploys and AD Connector for the EC2 based Active Directory that was migrated to the VPC with the Windws Migration Starter Kit",
"Templates": [
"Windows-Migration-Add-ADConnector.yml"
],
"UploadRequired": true,
"VpcRequired": true
}
]
},
{
"TopLevelCategory": "AdvancedSolutions",
"Category": "Migration",
"Kits": [
{
"Name": "Windows Migration WorkSpaces Add-On",
"Description": "This template deploys WorkSpaces automation for the EC2 based Active Directory that was migrated to the VPC with the Windws Migration Starter Kit. Workspaces can be deployed, migrated and deleted by adding, deleting or moving users to and from AD Security Groups. See deployment guide for more information.",
"Templates": [
"WorkSpaces-Starter-Kit.yml"
],
"UploadRequired": true,
"VpcRequired": true
}
]
},
{
"TopLevelCategory": "AdvancedSolutions",
"Category": "Networking",
"Kits": [
{
"Name": "Secure Website Starter Kit For Domains that have been purchased in Route 53",
"Description": "This template deploys all AWS components required to host a static website in CloudFront, including the CloudFront distribution, S3 buckets, SSL Certificate and Web Application Firewall. See Scenario 1 in the Deployment Guide for more information.",
"Templates": [
"Secure-Website-Starter-Kit.yml"
],
"UploadRequired": true,
"VpcRequired": false
}
]
},
{
"TopLevelCategory": "AdvancedSolutions",
"Category": "Networking",
"Kits": [
{
"Name": "Secure Website Starter Kit For Domains wqith Third Party DNS Hosting",
"Description": "This template deploys all AWS components required to host a static website in CloudFront, including the CloudFront distribution, S3 buckets, SSL Certificate and Web Application Firewall. See Scenario 3 in the Deployment Guide for more information.",
"Templates": [
"Secure-Website-With-Third-Party-DNS.yml"
],
"UploadRequired": true,
"VpcRequired": false
}
]
},
{
"TopLevelCategory": "AdvancedSolutions",
"Category": "Networking",
"Kits": [
{
"Name": "Secure Website Starter Kit For Domains with no Route 53 hosted zone created",
"Description": "This template deploys all AWS components required to host a static website in CloudFront, including the CloudFront distribution, S3 buckets, SSL Certificate and Web Application Firewall. See Scenario 2 in the Deployment Guide for more information.",
"Templates": [
"create-hosted-zone.yml",
"Secure-Website-With-Third-Party-DNS.yml"
],
"UploadRequired": true,
"VpcRequired": false
}
]
},