Sage-Bionetworks/Bridge-Exporter-infra

Name: Bridge-Exporter-infra

Owner: Sage Bionetworks

Description: Setup Bridge exporter infrastructure

Created: 2017-11-16 17:48:50.0

Updated: 2017-11-16 20:24:41.0

Pushed: 2017-12-24 19:57:52.0

Homepage: null

Size: 23

Language: Shell

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Overview

Install, configure and manage the Bridge exporter infrastructure

Create resources
--profile aws.admin.user --region us-east-1 cloudformation \
eate-stack --stack-name foo-develop --capabilities CAPABILITY_NAMED_IAM \
on-failure DELETE --template-body file://cf_templates/eb_app.yml \
parameters ParameterKey=EC2InstanceType,ParameterValue=t2.micro \

 [Rest of the parameters from update_cf_stack.sh]

The above should setup infra resources for the app. Once the infrastructure for app has been setup you can access and view the resources using the AWS console[1].

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

We use git-crypt[2] to hide secrets. Access to secrets is tightly controlled. You will be required to have your own GPG key[3] and you must request access by a maintainer of this project.

References

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

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

[3] 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.