Confluence AWS Install
Assumptions
This page assumes an AWS account has been created and an IAM user with Admin privileges exists.
Jira Service Desk Data Center has been installed and you will be installing Confluence into the same VPC.
You have an EC2 Key Pair.
AWS CLI is installed and configured.
You will use the S3 bucket created during the Jira Service Desk install (with the name generated as specified).
Step-by-Step
Clone a local copy of the Quick Start templates...
cd ~
git clone --recurse-submodules https://github.com/aws-quickstart/quickstart-atlassian-confluence.git
Upload the Quick Start templates to the S3 bucket...
cd ~
aws s3 cp quickstart-atlassian-confluence s3://$(whoami)-$(id -u)/quickstart-atlassian-confluence --recursive --acl public-read
Update the bucket name if requiredIn the AWS Console, navigate to CloudFormation and Create Stack.
Select "Template is ready"
For the Template Source select "Amazon S3 URL" and provide the URL of the Quick Start template in your S3 bucket.
Use the command below from the Linux shell prompt to generate a URL that you can cut & paste.
https://mybucket.s3.eu-west-2.amazonaws.com/quickstart-atlassian-confluence/templates/quickstart-confluence-master.template.yaml
Specify stack details, referring to the Parameter Guide below...
All fields on the "Configure Stack options" page are optional.
On the "Review" page you need to tick the "Capabilities" check boxes at the bottom of the page.
The stack creation can take some time. Wait for it to complete.
You can monitor via the Stacks page or using the CLI...aws cloudformation list-stacks --output yaml --stack-status-filter "CREATE_IN_PROGRESS" "CREATE_FAILED" "CREATE_COMPLETE" | grep -E 'StackName|StackStatus'Use the ServiceURL from the "Outputs" tab for your Stack to Connect to the new Confluence deployment.
If you get an HTTP 503 error it generally means the Confluence application is still starting. Wait 2 minutes and retry.You can click Next here. You can easily add these apps to Confluence later uf you need them.
If you have a license key, enter it here. Use the link to generate a trial license if necessary.
(Only live Confluence installations need a paid license, Test installations can be licensed with 90-day trial licenses)When generating a license be sure that the Product and License Type are set correctly. The Server ID should be pre-propulated if you followed the link from the screen shown.
Select an option as appropriate to your needs.
If you plan on any form of LDAP integration or SSO then you should choose the top option.
The second option is appropriate if your users are logging into Jira using a manually provisioned account and you wish to avoid the need for them to manage their account in both systems.
Assuming you will act as the System Administrator (at least until other System Administrators have been added later) then create an account using your details.
Clicking "Continue" after providing a Space name on this page will start an optional tutorial.
You now have a working Confluence installation. But there are next steps to consider...
Next Steps
SSL
SSO
Backups
Bibliography
Confluence Data Center on the AWS Cloudhttps://aws.amazon.com/quickstart/architecture/confluence/https://s3.amazonaws.com/aws-quickstart/quickstart-atlassian-confluence/doc/confluence-data-center-on-the-aws-cloud.pdfhttps://confluence.atlassian.com/doc/running-confluence-data-center-in-aws-879956085.html https://aws.amazon.com/solutions/partners/atlassian-standard-infrastructure/https://aws.amazon.com/solutions/partners/confluence/
Instance Typeshttps://aws.amazon.com/ec2/instance-types/ https://aws.amazon.com/ec2/instance-types/c5/ https://aws.amazon.com/ec2/instance-types/m5/ https://aws.amazon.com/blogs/aws/m5-the-next-generation-of-general-purpose-ec2-instances/ https://aws.amazon.com/rds/instance-types/