https://github.com/arhea/aws-govcloud-atlassian
Deploy the Atlassian tools on Amazon ECS
https://github.com/arhea/aws-govcloud-atlassian
Last synced: about 2 months ago
JSON representation
Deploy the Atlassian tools on Amazon ECS
- Host: GitHub
- URL: https://github.com/arhea/aws-govcloud-atlassian
- Owner: arhea
- Created: 2020-10-23T13:52:12.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-29T21:47:19.000Z (over 5 years ago)
- Last Synced: 2025-03-11T08:50:13.783Z (over 1 year ago)
- Language: TypeScript
- Size: 165 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Atlassian Suite on AWS GovCloud (US)
This example code deploys the Atlassian Suite on to AWS GovCloud (US) (and standard AWS Regions). It provisions a highly available deployment. This repository utilizes the [AWS CDK](https://aws.amazon.com/cdk/) to deploy the infrastructure.
| Product | Status |
|---------|--------|
| BitBucket | Supported |
| Jira | Coming Soon |
| Confluence | Coming Soon |
## Architecture
This architecture leverages the Application Load Balancer, EC2 Autoscaling Groups, RDS PostgreSQL, and Amazon Elastic Filesystem.

## Getting Started
To get started, you will need to install Node.js, NPM, and have the AWS CLI configured with a profile that has access to your target environment. Once you have those dependencies installed, run the following command to install the CDK depdencies.
```bash
# install the stack dependencies
make install
# deploy the stack
make deploy
# destroy the stack
make destroy
```