Atlassian Standard Infrastructure on the AWS Cloud
Quick Start Reference Deployment

February 2020
Adam Brokes, Ben Partridge, Carlos Corredor, Chris Szmajda, Don Domingo, Dylan Rathbone, Felix Haehnel, Steve Smith, Varun Arbatti
Tony Vattathil - Principal Solutions Architect, AWS
Visit our GitHub repository for source files and to post feedback, report bugs, or submit feature ideas for this Quick Start. |
This Quick Start was created by Atlassian in collaboration with Amazon Web Services (AWS). Quick Starts are automated reference deployments that use AWS CloudFormation templates to deploy key technologies on AWS, following AWS best practices.
Overview
This Quick Start is for users who want to deploy Atlassian Standard Infrastructure (ASI) in a supported configuration on the AWS Cloud, following AWS best practices. The Quick Starts for Jira, Confluence, Bitbucket and Crowd all require the ASI.
Amazon may share user-deployment information with the AWS Partner that collaborated with AWS on the Quick Start. |
Atlassian Standard Infrastructure on AWS
The Atlassian Standard Infrastructure is a highly available, secure virtual private cloud (VPC) specifically customized to host Atlassian Data Center products. The ASI contains all the components required for the deployment and integration of multiple Atlassian Data Center products within the same VPC. The Quick Starts for all Atlassian Data Center products (namely, Jira, Confluence, Bitbucket and Crowd) all require the ASI.
You can deploy the ASI as a stand-alone stack, or as a nested stack of an Atlassian Data Center product. Multiple Atlassian Data Center deployments can use the same ASI.
AWS costs
You are responsible for the cost of the AWS services and any paid third-party licenses used while running this Quick Start. There is no additional cost for using the Quick Start.
The AWS CloudFormation templates for Quick Starts include configuration parameters that you can customize. Some of the settings, such as the instance type, affect the cost of deployment. For cost estimates, see the pricing pages for each AWS service you use. Prices are subject to change.
After you deploy the Quick Start, create AWS Cost and Usage Reports to deliver billing metrics to an Amazon Simple Storage Service (Amazon S3) bucket in your account. These reports provide cost estimates based on usage throughout each month and aggregate the data at the end of the month. For more information, see What are AWS Cost and Usage Reports? |
Software licenses
This Quick Start deploys a cluster-ready infrastructure for the Atlassian Standard Infrastructure, which provides the foundational AWS VPC requirements of Atlassian Data Center products. These products require a license. Refer to Jira, Confluence, Bitbucket and Crowd pricing information for more details.
Architecture
Deploying this Quick Start for a new Atlassian Standard Infrastructure (ASI) with default parameters builds the following ASI environment in the AWS Cloud.

As shown in figure 1, the Quick Start sets up the following:
-
A highly available architecture that spans two Availability Zones.
-
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 Bastion Hosts). You can choose not to provision a bastion host if you prefer to access ASI nodes through the AWS Systems Manager.
-
After the Quick Start sets up this foundational stack, it exports the stack’s output values to expose these components to other stacks. The Quick Starts for Jira, Confluence, Bitbucket and 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.

Planning the deployment
Specialized knowledge
This deployment requires a moderate level of familiarity with AWS services. If you’re new to AWS, see Getting Started Resource Center and AWS Training and Certification. These sites provide materials for learning how to design, deploy, and operate your infrastructure and applications on the AWS Cloud.
This Quick Start assumes familiarity with managing Atlassian ASI. Refer to the Crowd Administration Guide for more information.
AWS account
If you don’t already have an AWS account, create one at https://aws.amazon.com by following the on-screen instructions. Part of the sign-up process involves receiving a phone call and entering a PIN using the phone keypad.
Your AWS account is automatically signed up for all AWS services. You are charged only for the services you use.
Technical requirements
Before you launch the Quick Start, review the following information and ensure that your account is properly configured. Otherwise, deployment might fail.
Resource quotas
If necessary, request service quota increases for the following resources. You might request quota increases to avoid exceeding the default limits for any resources that are shared across multiple deployments. The Service Quotas console displays your usage and quotas for some aspects of some services. For more information, see What is Service Quotas? and AWS service quotas.
Resource |
This deployment uses |
Auto Scaling groups |
1 (2 if a Bastion Host is provisioned) |
Elastic IP addresses |
variable based on user configuration |
AWS Identity and Access Management (IAM) security groups |
variable based on user configuration |
IAM roles |
variable based on user configuration |
EC2 instances |
variable based on user configuration |
Supported Regions
-
Americas
-
us-east-1 (Northern Virginia)
-
us-east-2 (Ohio)
-
us-west-1 (Northern California)
-
us-west-2 (Oregon)
-
ca-central-1 (Montreal)
-
-
Europe/Middle East/Africa
-
eu-west-1 (Ireland)
-
eu-central-1 (Frankfurt)
-
eu-west-2 (London)
-
eu-west-3 (Paris)
-
-
Asia Pacific
-
ap-southeast-1 (Singapore)
-
ap-northeast-1 (Tokyo)
-
ap-southeast-2 (Sydney)
-
ap-northeast-2 (Seoul)
-
ap-south-1 (Mumbai)
-
This list was last updated on June 20, 2019.
The services offered in each region change from time to time. If your preferred region isn’t on this list, check the Regional Product Services table to see if it already supports EFS.
AWS GovCloud is not for production
Our Quick Starts are also available on AWS GovCloud regions, but only for testing purposes. We do not support any deployments on GovCloud regions resulting from this Quick Start. |
Certain Regions are available on an opt-in basis. For more information, see Managing AWS Regions. |
IAM permissions
Before launching the Quick Start, you must sign in to the AWS Management Console with IAM permissions for the resources that the templates deploy. The AdministratorAccess managed policy within IAM provides sufficient permissions, although your organization may choose to use a custom policy with more restrictions. For more information, see AWS managed policies for job functions.
Deployment options
This Quick Start deploys a stand-alone stack containing the Atlassian Standard Infrastructure. Upon deployment, you can use it as the VPC for any number of Atlassian Data Center Quick Start deployments (Jira Software/Service Desk Data Center, Confluence Data Center, Bitbucket Data Center, and Crowd Data Center). Deploying multiple Atlassian Data Center products within the same ASI helps ensure smooth cross-product integration.
This Quick Start allows you to deploy with or without a bastion host. This host enables secure access to nodes within your infrastructure without exposing it to the internet (for more information, see Bastion Hosts). You can choose not to provision a bastion host if you prefer to access ASI nodes through the AWS Systems Manager.
You can remove the bastion host from an existing ASI. If you do, you’ll also need to unlink the bastion host from any Atlassian Data Center products using the ASI. For product-specific instructions, refer to the knowledge bases of Jira, Confluence, Bitbucket, or Crowd. |
Deployment steps
Launching from a cloned Quick Start (recommended for production)
The fastest way to deploy the ASI with this Quick Start is directly through its AWS Quick Start interface. However, when you deploy ASI this way, any updates that are made to the Quick Start templates propagate directly to your production deployment. These updates sometimes involve adding or removing parameters, which could introduce unexpected changes or break your deployment.
As a best practice, instead of deploying directly through the AWS Quick Start interface, clone the ASI Quick Start templates to a custom Amazon Simple Storage Service (Amazon S3) bucket. Then, launch the templates directly from the S3 bucket. This practice lets you control when to apply the latest changes to your environment.
After everything is uploaded, you can deploy your production stack from your S3 bucket.
-
Sign in to your AWS account on the AWS Console.
-
Check the AWS Region displayed in the upper-right corner of the navigation bar, and change it if necessary. This Region is where {product-partner-name-short} is built. The template is launched in the
us-east-2
Region by default. -
Go to CloudFormation > Create Stack. When specifying a template, paste in the Object URL of the
templates/quickstart-vpc-for-atlassian-services.yaml
template. Choose Next to start configuring your deployment. -
On the Specify stack details page, change the stack name, if needed. Review the parameters for the template, and provide values for parameters that require input. For all other parameters, review the default settings and customize them as necessary.
In the following tables, parameters are listed by category and described separately for the deployment options. When you finish reviewing and customizing the parameters, choose Next.
Unless you are customizing the Quick Start templates for your own deployment projects, keep the default settings for the parameters Quick Start S3 bucket name, Quick Start S3 bucket Region, and Quick Start S3 key prefix. Changing these settings automatically updates code references to point to a new Quick Start location. For more information, see the AWS Quick Start Contributor’s Guide. |
-
On the Configure stack options page, you can specify tags (key-value pairs) for resources in your stack and set advanced options. When you’re finished, choose Next.
-
On the Review page, review and confirm the template settings. Under Capabilities, select the two check boxes to acknowledge that the template creates IAM resources and might require the ability to automatically expand macros.
-
Choose Create stack to deploy the stack.
-
Monitor the status of the stack. When the status is CREATE_COMPLETE, the Atlassian Standard Infrastructure deployment is ready.
-
Use the values displayed in the Outputs tab for the stack, as shown in Atlassian Standard Infrastructure outputs after successful deployment, to view the created resources.
Deploy Atlassian Products
Now that you’ve set up your stand-alone ASI, you can provision Jira, Confluence, Bitbucket, or Crowd in it.
Back up and re-deploy old deployments
If you already deployed Jira, Confluence, or Bitbucket on AWS by using earlier versions (before February 2019) of the Quick Starts for those products, we recommend that you back up your existing instance, redeploy the product by using the new templates, and then restore the product on the new instance. |
To deploy these products:
-
Review the deployment guide of the Quick Start you’re using — Jira, Confluence, Bitbucket or Crowd. Make sure you read the licensing requirements as well.
-
Use the Deploy into your existing ASI option to install the product into your VPC.
-
When configuring parameters, choose the VPC ID and subnets from the VPC you created in Launching from a cloned Quick Start (recommended for production).
-
Follow the instructions in the deployment guide to test and configure the product.
-
Repeat these steps to deploy additional Atlassian Data Center products (Jira, Confluence, Bitbucket, and Crowd).
Troubleshooting
Q. I encountered a CREATE_FAILED error when I launched the Quick Start.
A. If AWS CloudFormation fails to create the stack, relaunch the template with Rollback on failure set to Disabled. (This setting is under Advanced in the AWS CloudFormation console on the Options page.) With this setting, the stack’s state is retained and the instance is left running, so you can troubleshoot the issue. (Review the log files in /var/log/atl.log
and /var/log/cfn-init.log
.)
When you set Rollback on failure to Disabled, you continue to incur AWS charges for this stack. Ensure that you delete the stack when you finish troubleshooting. |
For additional information, see Troubleshooting AWS CloudFormation on the AWS website.
Q. I encountered a size limitation error when I deployed the AWS CloudFormation templates.
A. Launch the Quick Start templates from the links in this guide or from another S3 bucket. If you deploy the templates from a local copy on your computer or from a location other than an S3 bucket, you might encounter template size limitations. For more information about AWS CloudFormation quotas, see the AWS documentation.
Send us feedback
To post feedback, submit feature ideas, or report bugs, use the Issues section of the GitHub repository for this Quick Start. To submit code, see the Quick Start Contributor’s Guide.
Quick Start reference deployments
See the AWS Quick Start home page.
GitHub repository
Visit our GitHub repository to download the templates and scripts for this Quick Start, to post your comments, and to share your customizations with others.
Notices
This document is provided for informational purposes only. It represents AWS’s current product offerings and practices as of the date of issue of this document, which are subject to change without notice. Customers are responsible for making their own independent assessment of the information in this document and any use of AWS’s products or services, each of which is provided “as is” without warranty of any kind, whether expressed or implied. This document does not create any warranties, representations, contractual commitments, conditions, or assurances from AWS, its affiliates, suppliers, or licensors. The responsibilities and liabilities of AWS to its customers are controlled by AWS agreements, and this document is not part of, nor does it modify, any agreement between AWS and its customers.
The software included with this paper is licensed under the Apache License, version 2.0 (the "License"). You may not use this file except in compliance with the License. A copy of the License is located at http://aws.amazon.com/apache2.0/ or in the accompanying "license" file. This code is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either expressed or implied. See the License for specific language governing permissions and limitations.