Skip to content
This repository has been archived by the owner on Nov 1, 2023. It is now read-only.

Commit

Permalink
Added missing info.
Browse files Browse the repository at this point in the history
  • Loading branch information
MarciaRieferJohnston committed Dec 17, 2021
1 parent 8be8b1c commit 9be2f1e
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions docs/partner_editable/architecture.adoc
@@ -1,18 +1,21 @@
Deploying this Quick Start for a new https://aws.amazon.com/quickstart/architecture/{partner-company-name}-standard-infrastructure/[{vpc-name} (ASI)] with default parameters builds the following {partner-product-short-name} environment in the AWS Cloud.
:xrefstyle: short
Deploying this Quick Start for a new virtual private cloud (VPC) with
default parameters builds the following {partner-product-short-name} environment in the
AWS Cloud.

// Replace this example diagram with your own. Send us your source PowerPoint file. Be sure to follow our guidelines here : http://(we should include these points on our contributors giude)
[#architecture1]
.Quick Start architecture for {partner-product-short-name} on AWS
image::../images/asi-architecture-diagram.png[Architecture,width=640]

As shown in figure 1, the Quick Start sets up the following:
As shown in <<architecture1>>, the Quick Start sets up the following:

* A highly available architecture that spans two Availability Zones.
* A 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:
** A network address translation (NAT) gateway to allow outbound internet access for resources in the private subnets.
** A bastion host that enables secure access to nodes within your infrastructure without exposing it to the internet (for more information, see https://docs.aws.amazon.com/quickstart/latest/linux-bastion/architecture.html#bastion-hosts[Bastion Hosts]). You can choose not to provision a bastion host if you prefer to access {partner-product-short-name} nodes through the https://docs.aws.amazon.com/systems-manager/latest/userguide/session-manager.html[AWS Systems Manager].
After the Quick Start sets up this foundational stack, it https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-stack-exports.html[exports the stack’s output values] to expose these components to other stacks. The Quick Starts for https://fwd.aws/Wz3Qb[Jira], https://fwd.aws/kBpWN[Confluence], https://fwd.aws/dEX6W[Bitbucket] and https://fwd.aws/g6Q3D[Crowd] use the exported values to discover these underlying components, so you can easily provision Atlassian products on this infrastructure. For example, Figure 2 shows the Quick Start architecture for Jira, which is built on the ASI.
After the Quick Start sets up this foundational stack, it https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-stack-exports.html[exports the stack’s output values] to expose these components to other stacks. The Quick Starts for https://fwd.aws/Wz3Qb[Jira], https://fwd.aws/kBpWN[Confluence], https://fwd.aws/dEX6W[Bitbucket] and https://fwd.aws/g6Q3D[Crowd] use the exported values to discover these underlying components, so you can easily provision Atlassian products on this infrastructure. For example, <<architecture2>> shows the Quick Start architecture for Jira, which is built on the ASI.

[#architecture2]
.Quick Start architecture for Jira on AWS
Expand Down

0 comments on commit 9be2f1e

Please sign in to comment.