Sage-Bionetworks/Bridge-infra

Name: Bridge-infra

Owner: Sage Bionetworks

Description: Setup and configure Infrastructure for Bridge on AWS

Created: 2017-10-16 17:27:49.0

Updated: 2017-10-16 21:56:41.0

Pushed: 2018-01-16 06:26:28.0

Homepage: null

Size: 93

Language: Shell

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Overview

Install, configure and manage the Bridge AWS account.

Create resources
--profile aws-admin --region us-east-1 cloudformation create-stack \
stack-name bridge \
capabilities CAPABILITY_NAMED_IAM \
template-body cf_templates/bridge.yml \
parameters \
rameterKey=JacobianUserPassword,ParameterValue=a_good_password \

 [Rest of the parameters from update_cf_stack.sh]

The above should setup resources for the Bridge account. Once the infrastructure for Bridge account has been setup you can access and view the account using the AWS console[1]. When you are satisified with how the account is configured you can run BridgePF-infra[2] template to setup BridgePF in the account.

Continuous Integration

We have configured Travis to deploy CF template updates. Travis does this by running update_cf_stack.sh on every change.

Contributions

Issues
Builds
Secrets

References

[1] https://AWS-account-ID-or-alias.signin.aws.amazon.com/console

[2] https://github.com/Sage-Bionetworks/Bridge-infra

[3] https://github.com/AGWA/git-crypt

[4] https://help.github.com/articles/generating-a-new-gpg-key


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.