Skip to content
This repository has been archived by the owner on Oct 4, 2024. It is now read-only.

Commit

Permalink
Merge PR #67 into gh-pages
Browse files Browse the repository at this point in the history
Closes #67
  • Loading branch information
aws-ia-ci committed Oct 7, 2022
2 parents e93e109 + 19be72d commit c844f59
Show file tree
Hide file tree
Showing 30 changed files with 1,554 additions and 1,462 deletions.
1 change: 0 additions & 1 deletion .gitignore

This file was deleted.

1 change: 0 additions & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@
path = docs/boilerplate
url = https://github.com/aws-ia/aws-ia-documentation-base-common.git
branch = main

1 change: 0 additions & 1 deletion CODEOWNERS

This file was deleted.

202 changes: 0 additions & 202 deletions LICENSE.txt

This file was deleted.

7 changes: 0 additions & 7 deletions NOTICE.txt

This file was deleted.

1 change: 1 addition & 0 deletions docs/_deployment_guide.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
:type: cfn
1 change: 1 addition & 0 deletions docs/deployment_guide/images/AWS-Logo.svg
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.
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.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions docs/deployment_guide/partner_editable/_settings.adoc
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:
25 changes: 25 additions & 0 deletions docs/deployment_guide/partner_editable/architecture.adoc
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.#
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.
Loading

0 comments on commit c844f59

Please sign in to comment.