Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 1.15 KB

README.md

File metadata and controls

35 lines (24 loc) · 1.15 KB

Overview

Install, configure and manage the Bridge exporter infrastructure

Instructions to create or update CF stacks

# Update CF stacks with sceptre:
# sceptre launch-stack prod <stack_name>

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

Note - This project depends on CF templates from other accounts.

Continuous Integration

We have configured Travis to deploy CF template updates. Travis deploys using sceptre

Contributions

Issues

Builds

Secrets

  • We use the AWS SSM to store secrets for this project. Sceptre retrieves the secrets using a sceptre ssm resolver and passes them to the cloudformation stack on deployment.