This repository has been archived by the owner on Oct 4, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Closes #67
- Loading branch information
Showing
30 changed files
with
1,554 additions
and
1,462 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,4 +2,3 @@ | |
path = docs/boilerplate | ||
url = https://github.com/aws-ia/aws-ia-documentation-base-common.git | ||
branch = main | ||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
:type: cfn |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
File renamed without changes
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+83.1 KB
docs/deployment_guide/images/sios-datakeeper-architecture-diagram.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
:quickstart-project-name: quickstart-sios-datakeeper | ||
:quickstart-github-org: aws-quickstart | ||
:partner-product-name: SIOS DataKeeper Cluster Edition | ||
:partner-product-short-name: DataKeeper | ||
:partner-company-name: SIOS Technology Corp. | ||
:doc-month: September | ||
:doc-year: 2022 | ||
:partner-contributors: Heath Carroll, {partner-company-name} | ||
// :other-contributors: Akua Mansa, Trek10 | ||
//:aws-contributors: Janine Singh, AWS IoT Partner team | ||
:aws-ia-contributors: Dave May, AWS Integration & Automation team | ||
:deployment_time: 45 minutes | ||
:default_deployment_region: us-east-1 | ||
// :private_repo: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
:xrefstyle: short | ||
|
||
Deploying this Quick Start with default parameters builds the following {partner-product-short-name} environment in the | ||
AWS Cloud. | ||
|
||
[#architecture1] | ||
.Quick Start architecture for {partner-product-short-name} on AWS | ||
image::../docs/deployment_guide/images/sios-datakeeper-architecture-diagram.png[Architecture, 80%] | ||
|
||
As shown in <<architecture1>>, the Quick Start sets up the following: | ||
|
||
* A highly available architecture that spans two (optionally three) Availability Zones.* | ||
* A virtual private cloud (VPC) configured with public and private subnets, according to AWS | ||
best practices, to provide you with your own virtual network on AWS.* | ||
* In the public subnets: | ||
** Managed network address translation (NAT) gateways to allow outbound | ||
internet access for resources in the private subnets.* | ||
** Remote Desktop Gateway (RD Gateway) instances in an Amazon Elastic Compute Cloud (Amazon EC2) Auto Scaling group for remote administration.* | ||
* In the private subnets, a Windows Server Failover Clustering (WSFC) cluster containing two (optionally three) Microsoft SQL Server nodes with SIOS DataKeeper replication software. Each node resides in a separate Availability Zone and contains an Amazon Elastic Block Store (Amazon EBS) volume for replicated data storage. For information on supported operating system versions, refer to the http://docs.us.sios.com/WindowsSPS/current/SPS4W/dkce-support-matrix.html[DataKeeper Cluster Edition (DKCE) support matrix^]. | ||
* An https://aws.amazon.com/fsx/windows/[Amazon FSx for Windows File Server^] file system provides quorum witness functionality to the WSFC cluster.* | ||
* https://docs.aws.amazon.com/directoryservice/latest/admin-guide/what_is.html[AWS Directory Service^] for Microsoft Active Directory (Standard Edition or Enterprise Edition) to provision Active Directory Domain Services (AD DS) and to manage tasks such as monitoring domain controllers and configuring backups and snapshots. You can add AD DS domain controllers as EC2 instances to the architecture and manage these yourself. | ||
* AWS Secrets Manager to store credentials. | ||
* An AWS Systems Manager automation document to automate the deployment. | ||
[.small]#* The template that deploys the Quick Start into an existing VPC skips the components marked by asterisks and prompts you for your existing VPC configuration.# |
6 changes: 6 additions & 0 deletions
6
docs/deployment_guide/partner_editable/deployment_options.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
This Quick Start provides the following deployment options: | ||
|
||
* https://fwd.aws/wdAVA?[Deploy {partner-product-short-name} into a new VPC^]. This option builds a new AWS environment that consists of the VPC, subnets, NAT gateways, security groups, bastion hosts, and other infrastructure components. It then deploys {partner-product-short-name} into this new VPC. | ||
* https://fwd.aws/JrVyK?[Deploy {partner-product-short-name} into an existing VPC^]. This option provisions {partner-product-short-name} in your existing AWS infrastructure. | ||
This Quick Start provides separate templates for these options. It also lets you configure Classless Inter-Domain Routing (CIDR) blocks, instance types, and {partner-product-short-name} settings. |
Oops, something went wrong.